challenge-landing-page-thia.../style.css

5 lines
88 B
CSS
Raw Normal View History

* {
margin: 0px;
box-sizing: border-box;
font-family: "Inter", sans-serif;
}