Last active
March 30, 2018 14:48
-
-
Save maisonm/bfdc65f9e07968208b6af872f6cd12c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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