challenge-landing-page-emer.../assets/style.css

18 lines
229 B
CSS
Raw Permalink Normal View History

2022-10-08 22:06:05 +00:00
@charset "UTF-8";
*{
margin: 0;
padding: 0;
}
.page-header{
display: flex;
justify-content: center;
align-items: center;
background-color: black;
height: 101px;
}
.logo-header{
display: block;
}