Skip to content

Instantly share code, notes, and snippets.

@pupubird
Created April 9, 2019 13:36
Show Gist options
  • Save pupubird/3fb13353ee97c611355b25d2f11e192b to your computer and use it in GitHub Desktop.
Save pupubird/3fb13353ee97c611355b25d2f11e192b to your computer and use it in GitHub Desktop.
.block{
display: block;
}
.inline{
display: inline;
color: red;
}
.inlineBlock{
display: inline-block;
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment