CSS

1304 bookmarks
Custom sorting
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
The Future of Web Design: Layout by Rachel Andrew
The Future of Web Design: Layout by Rachel Andrew
As we head into the final quarter of 2018, let’s take a look at where we are with CSS Grid Layout, and CSS layout in general. In this talk you will learn the key elements of layout. The things you need to know as you plan your projects now and into the next year.
·noti.st·
The Future of Web Design: Layout by Rachel Andrew
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
CSS Border-Radius Can Do That?
CSS Border-Radius Can Do That?
TL/DR: When you use eight values specifying border-radius in CSS, you can create organic looking shapes. WOW. No time to read it all ? — we made a visual tool for you. Find it here. During this year's Frontend Conference Zurich Rachel Andrew talked about Unlocking the Power of CSS Grid Layout. At the end of her talk, she mentioned something about an old CSS property that got stuck in my head: The Image is set round just by using the well-supported border-radius. Don't forget that old CSS still exists and is useful. You don't need to use something fancy for every effect. — Rachel Andrew Shor...
·webdesignerdepot.com·
CSS Border-Radius Can Do That?
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
CSS Layout cookbook
CSS Layout cookbook
The CSS layout cookbook aims to bring together recipes for common layout patterns, things you might need to implement in your own sites. In addition to providing code you can use as a starting point in your projects, these recipes highlight the different ways layout specifications can be used, and the choices you can make as a developer.
·developer.mozilla.org·
CSS Layout cookbook
Your CSS Layout Toolkit for 2019
Your CSS Layout Toolkit for 2019
As we head into the final quarter of 2018, let’s take a look at where we are with CSS Grid Layout, and CSS layout in general. In this talk you will learn the key elements of layout. The things you need to know as you plan your projects now and into the next year.
·noti.st·
Your CSS Layout Toolkit for 2019
Supporting Referrer Policy for CSS in Firefox 64
Supporting Referrer Policy for CSS in Firefox 64
The HTTP Referrer Value Navigating from one webpage to another or requesting a sub-resource within a webpage causes a web browser to send the top-level ...
·blog.mozilla.org·
Supporting Referrer Policy for CSS in Firefox 64