saoulbonmonsieur/css/saoulbonmonsieur.css
2023-06-18 16:40:22 +02:00

11 lines
No EOL
131 B
CSS

* {
box-sizing: border-box;
padding: 0;
margin: 0;
scroll-behavior: smooth;
}
.test {
width: 15%;
height: 15%;
}