Skip to content

Instantly share code, notes, and snippets.

@kerrtravers
Created April 25, 2019 20:24
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 kerrtravers/8d29f8f1534038ea17694df5cd9f3b14 to your computer and use it in GitHub Desktop.
Save kerrtravers/8d29f8f1534038ea17694df5cd9f3b14 to your computer and use it in GitHub Desktop.
shrt stylesheet
body {
font-family: 'Montserrat', sans-serif;
color: rgb(0, 0, 0);
background: #ffffff;
}
.container {
height: 100%;
width: 100%;
display: flex;
position: fixed;
align-items: center;
justify-content: center;
}
h1 {
font-size: 40px;
}
p {
font-size: 27px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment