challenge-landing-page/styles/style.css

23 lines
296 B
CSS
Raw Normal View History

2022-10-11 23:42:16 +00:00
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.page-header {
background-color: black;
display: flex;
justify-content: center;
align-items: center;
padding: 28px 0;
}
.header-logo {
display: block;
width: 100%;
}
.main-banner {
width: 100%;
}