pratice-time-landing-page-h.../assets/css/reset.css

5 lines
58 B
CSS
Raw Normal View History

2022-10-07 16:01:51 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}