added logic to get quiz questions and answers

This commit is contained in:
2017-02-01 22:36:47 -08:00
parent 8013e88e1b
commit 63a4cac313
3 changed files with 56 additions and 7 deletions

View File

@@ -13,3 +13,15 @@
.answer:hover{
cursor: pointer;
}
.image-answer{
cursor: pointer;
height: 350px;
width: 100%;
overflow: hidden;
border-radius: 10px;
margin-bottom: 20px;
}
.image-answer img{
width: 100%;
height: auto;
}