11 lines
159 B
CSS
11 lines
159 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
font-family: 'Inter', sans-serif;
|
|
color: #000000;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
} |