practice-time-landing-page/css/index.css

16 lines
230 B
CSS
Raw Normal View History

2022-10-08 19:02:41 +00:00
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.page-header{
display: flex;
justify-content: center;
width: 100%;
padding: 28px 0;
background-color: #000;
}
.header-logo{
display: block;
}