Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created July 6, 2018 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SaraVieira/9dc745f523780e851c120ca62b9dd4c3 to your computer and use it in GitHub Desktop.
Save SaraVieira/9dc745f523780e851c120ca62b9dd4c3 to your computer and use it in GitHub Desktop.
html,
body,
#app {
margin: 0;
padding: 0;
background: #001f3f;
height: 100%;
color: white;
}
.wrapper {
width: 100%;
height: 100%;
display: flex;
font-family: Avenir, Arial, Helvetica, sans-serif;
font-size: 60px;
align-items: center;
justify-content: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment