beacon/static/style.css
2025-02-05 15:39:55 +01:00

16 lines
245 B
CSS

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;
}