EZBC_Basic_Casio_Facile/tutorial.css

18 lines
225 B
CSS
Raw Normal View History

2020-03-22 20:32:03 +01:00
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;
}