mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-23 08:24:20 +00:00
13 lines
210 B
CSS
13 lines
210 B
CSS
body {
|
|
background-color: #0d193b;
|
|
color: #a0ccff;
|
|
font-family: sans-serif;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
text-align: center;
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
color: #ffffff;
|
|
}
|