challenge-landing-page-thia.../style/header.css

7 lines
109 B
CSS
Raw Normal View History

2022-10-10 14:52:18 +00:00
.header {
display: flex;
justify-content: center;
padding: 29px 0;
background-color: var(--black);
}