challenge-landing-page-jess.../style.css

21 lines
215 B
CSS
Raw Normal View History

*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.header-page
{
padding: 29px 0;
display: flex;
justify-content: center;
background-color: #000000;
}
.header-logo
{
display: block;
}
.banner
{
width: 100%;
}