practice-time-landing-page_.../assets/css/main.css
2022-10-08 00:42:48 -03:00

16 lines
254 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;
}