gitbook-plugin-jazer
Version:
Gitbook exercises validated through a XRegExp and Javascript (work in progress)
29 lines (21 loc) • 401 B
CSS
.questionjs{
border: medium solid rgb(223, 64, 4);
//width: 300px;
background-color: white;
color:black;
}
.questionjs .header{
background-color: rgb(223, 64, 4);
padding: 5px;
color: white;
font-weight: bold;
}
.questionjs .message{
padding:5px;
font-weight: bold;
}
.questionjs .respuesta{
margin: 10px;
border-radius: 3px;
width: 80%;
}