Use a flex box!

This commit is contained in:
Eryn Wells 2017-05-03 08:07:44 -07:00
parent 33b34dd8b9
commit a74076df11
2 changed files with 8 additions and 3 deletions

View file

@ -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 {
}