challenge-landing-page-carl.../assets/styles/main.css

16 lines
218 B
CSS
Raw Normal View History

2022-10-11 18:11:47 +00:00
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.page-header {
display: flex;
justify-content: center;
padding: 29px 0;
background: #000000;
}
.header-logo {
display: block;
}