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

12 lines
177 B
CSS
Raw Normal View History

2022-10-13 05:43:55 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.page-header {
display: flex;
justify-content: center;
padding: 28px 0;
background: #000000
}