freecodecamp/Certified_Full_Stack_Developer/CSS/Event_flyer_page/styles.css
2025-06-24 12:34:31 +02:00

19 lines
No EOL
279 B
CSS

body {
background: darkgrey;
padding-top: 50px;
padding-bottom: 50px;
margin-left: auto;
margin-right: auto;
width: 10vw;
min-height: calc(100vh - 100px);
margin-top: 0;
margin-bottom:0;
}
hr {
width: 100%;
}
section {
width: 90%;
}