mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 15:09:59 +01:00
19 lines
No EOL
279 B
CSS
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%;
|
|
} |