Skip to content

Instantly share code, notes, and snippets.

@maisonm
Last active March 23, 2018 03:54
Show Gist options
  • Save maisonm/2daeecc04f3fa8fe39db1a8dc53aa500 to your computer and use it in GitHub Desktop.
Save maisonm/2daeecc04f3fa8fe39db1a8dc53aa500 to your computer and use it in GitHub Desktop.
.container {
display: flex;
background: #1c9dc5;
font-family: 'Rubik', sans-serif;
}
.box {
border: solid #333 2px;
background: #a8a8a8;
height: 150px;
width: 150px;
margin: 2px;
}
#box1 {
font-size: 3em;
}
#box2{
font-size: 2em;
}
#box3 {
font-size: 1em;
}
#box4{
font-size: 5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment