fliegendewurst.eu/main.css

15 lines
177 B
CSS
Raw Normal View History

2022-02-01 14:46:34 +00:00
body {
background-color: #c6beaf;
}
#favicon {
width: 2.5em;
height: 2.5em;
margin-right: 0.25em;
}
#header {
display: flex;
flex-direction: row;
align-items: center;
}