1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-23 08:24:20 +00:00
triennale-appunti-steffo/src/index.css
2019-11-07 12:43:27 +01:00

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