challenge-landing-page/css/style.css

17 lines
237 B
CSS
Raw Normal View History

2022-10-11 19:06:41 +00:00
*{
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%;
}