Tagged in

CSS

CSS Mine
CSS Mine
Dig into CSS3 and web UI development. http://cssmine.com/
More information
Followers
214
Elsewhere
More, on Medium

Interview with Harry Roberts Before Webexpo Prague: about Refactoring CSS and ITCSS

Harry Roberts (@csswizardry) is one of the most interesting speakers on the upcoming WebExpo Prague conference here in Czech Republic. I took the opportunity and asked him a few questions…


Bootstrap’s Reboot — Next Evolutionary Step for CSS Reset

Bootstrap 4 is coming, among other things, with substitution for Normalize.css. Its own browser defaults unification code, Reboot.


Flexbox: How to Deal with Older Browsers?

You can choose from several fallback strategies: zero fallback, feature detection or defined fallback.

This is an excerpt from the e-book on CSS3 and web UI development — CSS Mine.

Flexbox in Five Practical Examples

Here, you can learn flexbox basics such as: combining units, vertical centering of a box with unknown height, changing the visual order of items and formatting navigation with an unknown number of items.

This is an excerpt from the…