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

11 lines
147 B
CSS
Raw Normal View History

2022-10-10 14:52:18 +00:00
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Inter", sans-serif;
}
2022-10-10 18:45:26 +00:00
body {
background-color: var(--bg-light-gray);
}