Use a flex box!
This commit is contained in:
parent
33b34dd8b9
commit
a74076df11
2 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
@import url(./bootstrap/bootstrap.min.css);
|
||||
@import url(https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);
|
||||
|
||||
html,
|
||||
|
@ -15,6 +14,12 @@ body, h1, h2, h3, h4, h5, h6 {
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#masthead {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue