practice-time-landing-page/assets/styles/main.css

16 lines
214 B
CSS
Raw Normal View History

2022-10-10 03:17:56 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.page-header {
display: flex;
justify-content: center;
padding: 28px 0;
background: #000000;
}
.header-logo {
display: block;
}