challenge-landing-page-samu.../styles/style.css

16 lines
222 B
CSS
Raw Normal View History

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.page-header {
background-color: #000000;
display: flex;
justify-content: center;
}
.header-logo {
padding: 29px 0px;
display: block;
}