CSS

CSS

33 bookmarks
Custom sorting
Using Flexbox and text ellipsis together · Leonardo Faria
Using Flexbox and text ellipsis together · Leonardo Faria
Another day I was asked to build a table containing a list of files uploaded by the users. Imagine a table similar to the list of files in Finder: The second it
·leonardofaria.net·
Using Flexbox and text ellipsis together · Leonardo Faria
Charts.css
Charts.css
CSS data visualization framework
·chartscss.org·
Charts.css
AnimXYZ
AnimXYZ
The first composable CSS animation toolkit
·animxyz.com·
AnimXYZ
Modern CSS Solutions
Modern CSS Solutions
A series examining modern CSS solutions to problems Stephanie Eckles (@5t3ph), a seasoned frontend developer, has been solving for 13+ years.
·moderncss.dev·
Modern CSS Solutions
Moving Letters
Moving Letters
Text animated with JavaScript & anime.js
·tobiasahlin.com·
Moving Letters
CSS masonry with flexbox, :nth-child(), and order
CSS masonry with flexbox, :nth-child(), and order
Creating a masonry (or mosaic) layout with flexbox produces a grid with a seemingly shuffled and obscure order, but we can achieve a natural ordering by using :nth-child() and the order property
·tobiasahlin.com·
CSS masonry with flexbox, :nth-child(), and order
CSS Scroll Snap Updated in Firefox 68
CSS Scroll Snap Updated in Firefox 68
The CSS Scroll Snap specification gives us a way in CSS to snap between different elements in a page or scrolling component. In this post, Rachel Andrew explains how scroll ...
·hacks.mozilla.org·
CSS Scroll Snap Updated in Firefox 68
Flexulator
Flexulator
·flexulator.com·
Flexulator
Maintain Aspect Ratio Mixin | CSS-Tricks
Maintain Aspect Ratio Mixin | CSS-Tricks
This article from July 2013 describes a method of using psuedo elements to maintain an elements aspect ratio, even as it scales. Here's a Sass mixin that s
·css-tricks.com·
Maintain Aspect Ratio Mixin | CSS-Tricks
Hamburgers
Hamburgers
Tasty CSS-animated Hamburgers
·jonsuh.com·
Hamburgers
CSS Flags
CSS Flags
·pixelastic.github.io·
CSS Flags
Media Queries for Standard Devices | CSS-Tricks
Media Queries for Standard Devices | CSS-Tricks
If you think responsive's simple, I feel bad for you son. We got 99 viewports, but the iPhone's just one. —Josh Brewer, March 10, 2010 A major compon
·css-tricks.com·
Media Queries for Standard Devices | CSS-Tricks
Retina Display Media Query | CSS-Tricks
Retina Display Media Query | CSS-Tricks
For including high-res graphics, but only for screens that can make use of them. "Retina" being "2x": @media (-webkit-min-device-pixel-ratio: 2), (min-reso
·css-tricks.com·
Retina Display Media Query | CSS-Tricks
CSS Cursor
CSS Cursor
This small web app helps you to choose cursor type from the showcase for use in your application.
·css-cursor.techstream.org·
CSS Cursor
Topcoat
Topcoat
·topcoat.io·
Topcoat
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