website/v4/css/style.css

13 lines
86 B
CSS
Raw Normal View History

2023-02-27 13:15:43 +01:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.nav {
display: flex;
}