Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: css inline-block

Should You Use Inline-Blocks As A Substitute For Floats?

December 18, 2012

An article that discusses the pros and cons of using inline-blocks versus floats for coding your CSS layouts…

csshead comment 0 Comments

What’s the Deal With Display: Inline-Block?

March 12, 2012

One interesting alternative to floats that people are turning to more and more lately is to set the display value of an element to inline-block. What does this do exactly? How is it like a float? How is it different? Let’s dive in and see what we can discover…

csshead comment 0 Comments