practice-time-landing-page_.../assets/css/main.css
Gustavo_Rallenson bf6dbdc5df Teste
2022-10-08 00:53:58 -03:00

17 lines
259 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.Page-Header{
/* Rectangle 12 */
display: flex;
justify-content: center;
padding: 28px 0;
background: #000000;
}
.Header-Logo{
display: block;
}