interstellar_ai/app/styles/reset.css
2024-09-18 11:17:34 +02:00

5 lines
65 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}