mark for quiz questions and bootstrap styling

This commit is contained in:
2017-02-01 01:17:31 -08:00
parent 561655d107
commit 8013e88e1b
3 changed files with 66 additions and 2 deletions

View File

@@ -5,3 +5,11 @@
.top-buffer{
    margin-top: 30px;
}
.answer{
padding: 15px 20px;
border-radius: 10px;
border: 1px solid #bbb;
}
.answer:hover{
cursor: pointer;
}