styling
This commit is contained in:
parent
1d1b2a4dc0
commit
8ce324cd04
12
src/App.css
12
src/App.css
@ -7,12 +7,24 @@ html {
|
||||
background-color: #fce6cb;
|
||||
}
|
||||
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
header {
|
||||
border-bottom: 2px solid white;
|
||||
margin-bottom: 1em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 2px solid white;
|
||||
margin-top: 1em;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user