add some basic styling

This commit is contained in:
insects 2025-02-05 15:39:55 +01:00
parent cac77accd1
commit c5a3ae279c
3 changed files with 32 additions and 18 deletions

View file

@ -1,3 +1,16 @@
h1 {
color: red;
body {
font-family: sans-serif;
margin: 40px;
}
section {
margin-bottom: 5px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 10px;
}
section.up {
background-color: greenyellow;
}