6 lines
74 B
CSS
6 lines
74 B
CSS
/* index.css */
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
} |