challenge-landing-page/css/style.css
2022-10-11 16:06:41 -03:00

17 lines
237 B
CSS

*{
padding: 0;
margin: 0;
}
.header-logo{
background-color: black;
display: flex;
justify-content: center;
}
.logo{
width: 12%;
margin-top: 29px;
margin-bottom: 29px;
}
.header-computer{
width: 100%;
}