EZBC_Basic_Casio_Facile/tutorial.css

18 lines
225 B
CSS

div.correct {
background: #a9dfa2;
padding: 8px;
margin-top: 8px;
}
figure img {
border: 2px solid #e0e0e0;
border-radius: 2px;
padding: 2px;
}
pre {
background: #e0e0e0;
border-radius: 2px;
padding: 4px 8px;
}