forked from M3-Academy/practice-time-landing-page
18 lines
238 B
CSS
18 lines
238 B
CSS
header {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100px;
|
|
top: 0px;
|
|
background: #000000;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
header img {
|
|
width: 83px;
|
|
height: 43px;
|
|
|
|
}
|
|
|