Minor style changes & minor command line changes
This commit is contained in:
parent
da00969395
commit
a700d29a23
3 changed files with 11 additions and 3 deletions
|
@ -5,6 +5,15 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body{
|
||||
background: #f5f5f5 url("../assets/background.jpg") no-repeat fixed center;
|
||||
background-size: cover;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue