style note

This commit is contained in:
2023-11-06 15:14:25 +01:00
parent 215ddf2784
commit 60f5176f37
4 changed files with 28 additions and 17 deletions
@@ -0,0 +1,14 @@
.note{
display: block;
border: 1px solid #333;
text-align: center;
font-weight: bold;
padding: 1rem;
background-color: grey;
}
.note-title{
background-color: white;
display: block;
padding: 1rem;
}