mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-06 06:39:18 -05:00
670 B
670 B
title
| 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.
More Information:
This is a great article to read up to understand more about creating layouts with inline-block elements.