practice-time-landing-page-.../css/layout/header.css

18 lines
238 B
CSS
Raw Normal View History

2022-10-07 16:53:13 +00:00
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;
2022-10-07 17:27:44 +00:00
}