challenge-landing-page/assets/styles/landing-page.css

15 lines
215 B
CSS
Raw Normal View History

*{
margin:0;
padding:0;
border:0;
}
header {
display: flex;
justify-content: center;
align-items: center;
background-color: #000000;
margin: 0;
width: 100%;
height: 101px;
}