Found 1270 bookmarks
Custom sorting
Fun with Viewport Units
Fun with Viewport Units
Viewport units have been around for several years now, with near-perfect support in the major browsers, but I keep finding new and exciting ways to use the
·css-tricks.com·
Fun with Viewport Units
Aspect Ratio Boxes
Aspect Ratio Boxes
I had a little situation the other I needed to make one of those aspect-ratio friendly boxes. This isn't particularly new stuff. I think the original credi
·css-tricks.com·
Aspect Ratio Boxes
The Current State of Telephone Links
The Current State of Telephone Links
Telephone links are a thing. Like an anchor link you tap to (probably) go to another page, these are links you tap to call a number on a phone-capable devi
·css-tricks.com·
The Current State of Telephone Links
Don't use flexbox for overall page layout
Don't use flexbox for overall page layout
When I was building this blog I tried to use flexbox for the overall page layout because I wanted to look cool and modern in front of my peers. However, like all of my other attempts to look cool and …
·jakearchibald.com·
Don't use flexbox for overall page layout
CSS Grid Layout and Accessibility
CSS Grid Layout and Accessibility
Those of us who have been doing web development for more years than we care to remember might consider that CSS Grid is a little bit like using “tables for layout”. Back in the early days of web desig…
·developer.mozilla.org·
CSS Grid Layout and Accessibility
CSS Transparent Gradient Overlay on an Image
CSS Transparent Gradient Overlay on an Image
Sometimes you may want to tint an image or add a gradient. This can obviously be done with an image editor like Photoshop, but it can also be done purely with CSS using the background property. Using …
·vincoding.com·
CSS Transparent Gradient Overlay on an Image
An Introduction to CSS Grid
An Introduction to CSS Grid
CSS Grid has become one of the more talked about developments in web design in recent times. The reason for all of the excitement is simple: CSS Grid looks like...
·speckyboy.com·
An Introduction to CSS Grid
Squeezy Stretchy Flexbox Nav
Squeezy Stretchy Flexbox Nav
I saw an interesting take on off-canvas navigation the other day over on The New Tropic. It wasn't the off-canvas part so much. It was how the elements wit
·css-tricks.com·
Squeezy Stretchy Flexbox Nav
A Complete Guide to Flexbox
A Complete Guide to Flexbox
Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the differnet possible properties for the parent element (the flex container) and …
·css-tricks.com·
A Complete Guide to Flexbox
W3C CSS Grid Layout Module Level 1
W3C CSS Grid Layout Module Level 1
↑ ← This version: https://www.w3.org/TR/2017/CR-css-grid-1-20170209/ Latest published version: https://www.w3.org/TR/css-grid-1/ Editor's Draft: https://drafts.csswg.org…
·w3.org·
W3C CSS Grid Layout Module Level 1
Best Sites To Find CSS Snippets & Inspiration
Best Sites To Find CSS Snippets & Inspiration
Web developers can save hours of time by reusing codes and finding free snippets online. But this can be tough if you don’t know where to look. So for this post I’ve organized the best sites to browse…
·envato.com·
Best Sites To Find CSS Snippets & Inspiration
CSS Grid in Production
CSS Grid in Production
This site is a list of websites that are using CSS Grid Layout in production. From a small component to the full layout. Add yours by submitting a pull request.
·cssgrid.design·
CSS Grid in Production
It’s Time To Start Using CSS Custom Properties
It’s Time To Start Using CSS Custom Properties
CSS custom properties are opening new horizons for web development. They look and work like CSS variables, and the way they work is reflected in their name.
·smashingmagazine.com·
It’s Time To Start Using CSS Custom Properties
Media Queries Level 4 W3C Working Draft, 25 April 2017
Media Queries Level 4 W3C Working Draft, 25 April 2017
↑ ← This version: https://www.w3.org/TR/2017/WD-mediaqueries-4-20170425/ Latest published version: http://www.w3.org/TR/mediaqueries-4/ Editor's Draft: https://drafts.csswg.org/mediaqueries-4/ Previou…
·drafts.csswg.org·
Media Queries Level 4 W3C Working Draft, 25 April 2017
The invisible parts of CSS
The invisible parts of CSS
If you use CSS in your daily work, your primary goal is probably focused around making things ‘look right’. How this is achieved is often far less important than the end result. This means we care les…
·madebymike.com.au·
The invisible parts of CSS