feat: show image for the exercise

generate the image from the answer and display it along with
description. The image is geneated when the exercise is saved.
This commit is contained in:
Anand Chitipothu
2021-05-20 12:09:12 +05:30
parent 646a7b723f
commit a67ad67be1
4 changed files with 41 additions and 0 deletions

View File

@@ -306,3 +306,14 @@ section.lightgray {
.lesson-page {
margin: 20px 0px;
}
.lesson-pagination {
clear: both;
}
.exercise-image svg {
width: 200px;
height: 200px;
border: 1px solid #ddd;
margin-bottom: 20px;
}