Skip to content

Instantly share code, notes, and snippets.

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 CharlesAMoss/44a9a516bb248b15419fc8283de2406d to your computer and use it in GitHub Desktop.
Save CharlesAMoss/44a9a516bb248b15419fc8283de2406d to your computer and use it in GitHub Desktop.
center-ville
body {
background: gainsboro;
height: 400vh;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: monospace;
color: #404040;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment