mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 15:09:59 +01:00
finished event flyer
This commit is contained in:
parent
82748898ac
commit
c544981aec
2 changed files with 43 additions and 0 deletions
|
|
@ -0,0 +1,19 @@
|
|||
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%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue