Found 1270 bookmarks
Custom sorting
Easiest Flex Grid Ever
Easiest Flex Grid Ever
A responsive grid based on flexbox. Requires only two classes to function, and is infinitely expandable! I also added a semantic version....
·codepen.io·
Easiest Flex Grid Ever
Pure CSS Parallax Scrolling
Pure CSS Parallax Scrolling
A prototype parallax scrolling technique that uses CSS 3D transforms. No JavaScript! An article about this technique is available here: http://keithcl...
·codepen.io·
Pure CSS Parallax Scrolling
What CSS prefixes should I use?
What CSS prefixes should I use?
Append ellipsis when text overflows its containing element .example { text-overflow: ellipsis; }
·shouldiprefix.com·
What CSS prefixes should I use?
CSShake
CSShake
Some CSS classes to move your DOM! The basic collection Bs Basic Shake Ss Slow Shake Ls Little Shake...
·elrumordelaluz.github.io·
CSShake
The :target Trick
The :target Trick
The :target pseudo-class refers to an element within the document that the URL’s fragment points to....
·bitsofco.de·
The :target Trick
How do CSS triangles work?
How do CSS triangles work?
There're plenty of different CSS shapes over at CSS Tricks - Shapes of CSS and I'm particularly puzz...
·stackoverflow.com·
How do CSS triangles work?
CSS to Sass Course
CSS to Sass Course
If you're not sure where to begin when converting CSS over to Sass, this is the place to start. In t...
·teamtreehouse.com·
CSS to Sass Course
Understanding The CSS Property Value Syntax – Smashing Magazine
Understanding The CSS Property Value Syntax – Smashing Magazine
The World Wide Web Consortium uses a particular syntax to define the possible values that can be used for all CSS properties. You may have seen this syntax in action if you have ever looked at a CSS...
·smashingmagazine.com·
Understanding The CSS Property Value Syntax – Smashing Magazine
How to Center in CSS
How to Center in CSS
Centering in CSS is a pain in the ass. This is a code generator that consolidates them and gives you...
·howtocenterincss.com·
How to Center in CSS