Skip to content

Instantly share code, notes, and snippets.

@phvaillant
Created February 5, 2019 10:11
Show Gist options
  • Save phvaillant/69fbc04f4d8977780d0240cb56948b67 to your computer and use it in GitHub Desktop.
Save phvaillant/69fbc04f4d8977780d0240cb56948b67 to your computer and use it in GitHub Desktop.
.red {
background-color: salmon;
height: 100px;
}
.blue {
background-color: lightblue;
height: 100px;
}
.orange {
background-color: darkorange;
height: 50px;
}
.fixedwidth {
width: 450px;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment