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

15 lines
199 B
CSS
Raw Normal View History

2022-10-07 16:53:13 +00:00
header {
width: 100%;
height: 100px;
top: 0px;
background: #000000;
display: flex;
align-items: center;
2022-10-07 18:27:29 +00:00
justify-content: center;
2022-10-07 16:53:13 +00:00
}
2022-10-07 18:27:29 +00:00
header a img {
display: block;
2022-10-07 17:27:44 +00:00
}