challenge-landing-page/assents/style/estilo.css

18 lines
236 B
CSS
Raw Normal View History

2022-10-12 00:22:33 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.page-header {
display: flex;
justify-content: center;
background-color: black;
padding: 29px 0 29px;
}
.logo-m3 {
width: 226px;
height: 43px;
}