Categories
Old Archives

How Flexbox works — explained with big, colorful, animated gifs

How Flexbox works — explained with big, colorful, animated gifs

Categories
Old Archives

How to Create Direction-Aware CSS-Only Hover Effects

How to Create Direction-Aware CSS-Only Hover Effects

Categories
Old Archives

Absolute Horizontal And Vertical Centering In CSS | Smashing Coding

Absolute Horizontal And Vertical Centering In CSS | Smashing Coding We’ve all seen margin: 0 auto; for horizontal centering, butmargin: auto; has refused to work for vertical centering… until now! But actually (spoiler alert!) absolute centering only requires a declared (variable) height and these styles: .Absolute-Center { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } I’m […]

Categories
Old Archives

Tipue drop, a search suggestion box jQuery plugin

Tipue drop, a search suggestion box jQuery plugin Tipue drop is a search suggestion box jQuery plugin. It’s open source and responsive.

Categories
Old Archives

Advanced cross-browser flexbox – Dev.Opera

Advanced cross-browser flexbox – Dev.Opera Introduction The CSS Flexible box module level 3 — or Flexbox for short — brings with it a lot of power and some very exciting possibilities for web development, allowing us to put together complex site layouts easily and rapidly, and dispensing with some of the illogical hacks and kludges that we’ve […]