freeCodeCamp/guide/english/css/layout/inline-block/index.md

15 lines
670 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Inline Block
---
## Inline Block
Inline-block is a possible value of the display property.
Elements marked as _inline-block_ behave like inline elements (_spans_, for example), but can have width and height.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
<a href="https://css-tricks.com/almanac/properties/d/display/#inline-block" target="_blank">This is a great article</a> to read up to understand more about creating layouts with inline-block elements.