Found 1270 bookmarks
Custom sorting
Axiomatic CSS and Lobotomized Owls
Axiomatic CSS and Lobotomized Owls
Managing flow content can get unwieldy—too many class selectors can become a specificity headache, nested styling can get redundant, and content editors don’t always understand the presentational markup. Heydon Pickering offers an unexpected option for handling cascading styles more efficiently: a variation on the universal selector.
·alistapart.com·
Axiomatic CSS and Lobotomized Owls
A CSS Venn Diagram
A CSS Venn Diagram
A few years ago I made a Venn diagram using floats and absolute positioning. It was fine. Nothing to really brag about, but it got the point across. I had use for CSS shapes in a project and wanted to play around beyond what the project itself allowed. I decided…
·adrianroselli.com·
A CSS Venn Diagram
An Introduction and Guide to the CSS Object Model (CSSOM)
An Introduction and Guide to the CSS Object Model (CSSOM)
If you've been writing JavaScript for some time now, it's almost certain you've written some scripts dealing with the Document Object Model (DOM). DOM How to use the CSS Object Model (CSSOM) to read and manipulate inline styles and CSS from exertnal stylesheets.
·css-tricks.com·
An Introduction and Guide to the CSS Object Model (CSSOM)
calc()
calc()
The calc() CSS function lets you perform calculations when specifying CSS property values. It can be used anywhere a length, frequency, angle, time, percentage, number, or integer is allowed.
·developer.mozilla.org·
calc()
The Ultimate CSS Grid Positioning Tutorial
The Ultimate CSS Grid Positioning Tutorial
In this tutorial, I'm going to walk you through a variety of the most common use cases for positioning elements in your web layout with the CSS Grid.
·coursetro.com·
The Ultimate CSS Grid Positioning Tutorial
Box alignment in CSS Grid Layout
Box alignment in CSS Grid Layout
This guide presents demonstrations of how box alignment in grid layout works. You will see many similarities in how these properties and values work in flexbox.
·developer.mozilla.org·
Box alignment in CSS Grid Layout
A look at CSS Resets in 2018
A look at CSS Resets in 2018
All browsers ship with a set of default styles that are applied to every web page in what is called the “user agent stylesheet”. Most of these stylesheets are open source so you can have a look through them: Chromium UA stylesheet - Google Chrome & Opera Mozilla UA stylesheet
·bitsofco.de·
A look at CSS Resets in 2018
CSS Frameworks Or CSS Grid: What Should I Use For My Project?
CSS Frameworks Or CSS Grid: What Should I Use For My Project?
Have you ever considered whether CSS Grid can actually replace the need for CSS frameworks or third-party component libraries? In doing so, Rachel Andrew discovered a range of reasons people use a third-party framework and the positive and negative things about doing so.
·smashingmagazine.com·
CSS Frameworks Or CSS Grid: What Should I Use For My Project?
Braces to Pixels
Braces to Pixels
In this installment of our “From URL to Interactive” series, Greg Whitworth explains how cascading actually works, and then some.
·alistapart.com·
Braces to Pixels
Animated Grid Previews | Codrops
Animated Grid Previews | Codrops
A template where one can switch between little image previews that are scattered around the page. The images animate to a grid once an "explore" link is clicked.
·tympanus.net·
Animated Grid Previews | Codrops
Simple Named Grid Areas | CSS-Tricks
Simple Named Grid Areas | CSS-Tricks
I think of named grid areas in CSS Grids as bring-your-own syntactic sugar. You don't absolutely need them (you could express grid placement in other
·css-tricks.com·
Simple Named Grid Areas | CSS-Tricks
Valid CSS Content | CSS-Tricks
Valid CSS Content | CSS-Tricks
There is a content property in CSS that's made to use in tandem with the ::before and ::after pseudo elements. It injects content into the element. Here's
·css-tricks.com·
Valid CSS Content | CSS-Tricks
Negative Grid Lines
Negative Grid Lines
Did you know you can use negative line numbers to position grid items with CSS Grid? I didn’t until recently – or rather, I hadn’t given it…
·css-irl.info·
Negative Grid Lines
The Way We Talk About CSS
The Way We Talk About CSS
On a plane between two conferences I had some thoughts about the way we think and talk about CSS. So here they are.
·rachelandrew.co.uk·
The Way We Talk About CSS
The Shapes of CSS | CSS-Tricks
The Shapes of CSS | CSS-Tricks
CSS is capable of making all sorts of shapes. Squares and rectangles are easy, as they are the natural shapes of the web. Add a width and height and you
·css-tricks.com·
The Shapes of CSS | CSS-Tricks
Use Cases For Flexbox
Use Cases For Flexbox
In this final article of the series, we wrap up by taking a look at some of the common uses for Flexbox. What should we use Flexbox for, and what it is not so good at?
·smashingmagazine.com·
Use Cases For Flexbox
Preventing a Grid Blowout | CSS-Tricks
Preventing a Grid Blowout | CSS-Tricks
Say you have a very simple CSS grid layout with one column fixed at 300px and another taking up the rest of the space at 1fr. .grid { display: grid;
·css-tricks.com·
Preventing a Grid Blowout | CSS-Tricks