Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created June 9, 2020 20:01
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 marshallmurphy/f283e2e2986b2cbbb5a900496b851fe8 to your computer and use it in GitHub Desktop.
Save marshallmurphy/f283e2e2986b2cbbb5a900496b851fe8 to your computer and use it in GitHub Desktop.
html {
background-color: #121212;
color: #fff;
}
section {
text-align: center;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2rem;
color: #dedede;
}
img {
width: 300px;
}
.content {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tile {
text-align: center;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment