Files
2024-10-10 09:10:04 +02:00

21 lines
338 B
CSS

div.nota {
background-color: #ffc4dc;
border: 1px solid #ff80aa;
border-radius: 5px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
color: #8b002e;
}
div.nota > h4 {
margin-top: 0;
text-decoration: underline;
margin-bottom: 5px;
}
div.nota > p {
margin-top: 0;
margin-bottom: 0;
}