challenge-landing-page-Dieg.../assets/style/main.css

17 lines
218 B
CSS
Raw Normal View History

2022-10-13 00:45:11 +00:00
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.header-princ{
display: flex;
justify-content: center;
background: #000000;
padding: 28px 0;
}
.header-logo{
display: block;
}