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

16 lines
211 B
CSS
Raw Normal View History

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