Skip to content

Instantly share code, notes, and snippets.

@sirdarthvader
Created June 10, 2018 21:45
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 sirdarthvader/b5c6f771fdabac0a6ad181d2916256d6 to your computer and use it in GitHub Desktop.
Save sirdarthvader/b5c6f771fdabac0a6ad181d2916256d6 to your computer and use it in GitHub Desktop.
body {
background-color: #232323;
margin: 0;
font-family: "Montserrat", "Avenir";
}
h1 {
text-align: center;
line-height: 1.1;
font-weight: normal;
color: white;
background: steelblue;
margin: 0;
text-transform: uppercase;
padding: 20px 0;
}
#container {
margin: 20px auto;
max-width: 600px;
}
.square {
width: 30%;
background: purple;
padding-bottom: 30%;
float: left;
margin: 1.66%;
border-radius: 15%;
transition: background 0.6s;
-webkit-transition: background 0.6s;
-moz-transition: background 0.6s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment