hexstudios-co/css/master.css
2022-09-07 21:08:34 -05:00

9 lines
126 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
text-align: center;
background-color: black;
}