8 lines
128 B
CSS
8 lines
128 B
CSS
* {
|
|
box-sizing: border-box;
|
|
margin: 100;
|
|
padding: 0;
|
|
font-family: 'Segoe UI';
|
|
color: rgb(14, 18, 255);
|
|
}
|