ReverseQuiz/html/css/extra.css

25 lines
294 B
CSS
Raw Normal View History

2021-03-07 18:06:14 +00:00
tr.clickable{
cursor: pointer;
}
tr.clickable:hover{
background-color: #eeeeee;
}
.new-section{
border-top: 1px solid #eee;
margin-top: 15px;
padding-top: 20px;
}
.footer{
margin-top: 60px;
color: #aaa;
text-align: center;
}
2022-12-30 19:42:05 +00:00
label {
display: inline;
margin-left: 12px;
}