forked from M3-Academy/challenge-landing-page
5 lines
88 B
CSS
5 lines
88 B
CSS
* {
|
|
margin: 0px;
|
|
box-sizing: border-box;
|
|
font-family: "Inter", sans-serif;
|
|
} |