aaredb/logistics/src/index.css
2024-12-10 15:18:48 +01:00

6 lines
74 B
CSS

/* index.css */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}