Skip to content

Instantly share code, notes, and snippets.

@rafaelblink
Last active March 29, 2018 00:15
Show Gist options
  • Save rafaelblink/014bbc72067d9780f762ca908a861449 to your computer and use it in GitHub Desktop.
Save rafaelblink/014bbc72067d9780f762ca908a861449 to your computer and use it in GitHub Desktop.
Courses Notes

CSS

Display

display block, inline and inline-block

block: same line but with width 100%, to check if is block element, sets background color. width or heigth affect the size element. inline: in the same line, but width or heigth don't makes affect.

inline-block: mix of both properties, keeps inline but width and height makes affect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment