Skip to content

Instantly share code, notes, and snippets.

@maisonm
Last active March 30, 2018 14:48
Show Gist options
  • Save maisonm/bfdc65f9e07968208b6af872f6cd12c3 to your computer and use it in GitHub Desktop.
Save maisonm/bfdc65f9e07968208b6af872f6cd12c3 to your computer and use it in GitHub Desktop.
.container {
display: flex;
flex-wrap: wrap;
background: #1c9dc5;
font-family: 'Rubik', sans-serif;
height: 350px;
width: 400px;
}
.box {
border: solid #333 2px;
background: #a8a8a8;
height: 150px;
width: 150px;
margin: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment