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