forked from M3-Academy/challenge-landing-page
7 lines
94 B
CSS
7 lines
94 B
CSS
|
|
||
|
.Page-Header{display: flex;
|
||
|
justify-content: center;
|
||
|
padding: 28px 0;
|
||
|
background: #000000;
|
||
|
}
|