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

18 lines
239 B
CSS
Raw Normal View History

2019-11-07 14:30:22 +00:00
* {
box-sizing: border-box;
}
2019-11-07 11:43:27 +00:00
body {
background-color: #0d193b;
color: #a0ccff;
font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
margin-top: 4px;
margin-bottom: 4px;
color: #ffffff;
2019-11-07 14:30:22 +00:00
font-weight: normal;
2019-11-07 11:43:27 +00:00
}