add some basic styling
This commit is contained in:
parent
cac77accd1
commit
c5a3ae279c
3 changed files with 32 additions and 18 deletions
|
@ -1,3 +1,16 @@
|
|||
h1 {
|
||||
color: red;
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
margin: 40px;
|
||||
}
|
||||
|
||||
section {
|
||||
margin-bottom: 5px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
section.up {
|
||||
background-color: greenyellow;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue