challenge-landing-page/assets/styles/styles.css

15 lines
193 B
CSS
Raw Normal View History

2022-10-09 22:31:30 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
header {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100px;
background: #000000;
}