CSS

1319 bookmarks
Custom sorting
CSS Selectors Reference
CSS Selectors Reference
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, and XML.
·w3schools.com·
CSS Selectors Reference
CSS Combinators
CSS Combinators
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, and XML.
·w3schools.com·
CSS Combinators
Common CSS Issues For Front-End Projects
Common CSS Issues For Front-End Projects
Rendering and interaction have become a lot more consistent across browsers in recent years. It’s still not perfectly uniform, however, and a lot of small issues can trip you up. A list of common issues along with their solutions.
·smashingmagazine.com·
Common CSS Issues For Front-End Projects
How To Learn CSS
How To Learn CSS
You don’t need to commit in memorizing every CSS Property and Value, as there are good places to look them up. There are some fundamental things, however, which will make CSS much easier for you to use. This article aims to guide you along your path of learning CSS.
·smashingmagazine.com·
How To Learn CSS
Sliding Doors of CSS
Sliding Doors of CSS
Image-driven, visually compelling user interfaces. Text-based, semantic markup. Now you can have both! Douglas Bowman’s sliding doors method of CSS design offers sophisticated graphics that squash and stretch while delivering meaningful XHTML text. Have your cake and eat it, too!
·alistapart.com·
Sliding Doors of CSS
Shapy
Shapy
A gradient generator that lets you explore the power of CSS gradients. Create shapes and CSS images using background gradients only.
·shapy.app·
Shapy
Managing Flow and Rhythm with CSS Custom Properties
Managing Flow and Rhythm with CSS Custom Properties
Andy Bell rings out a call for a more flexible method of achieving consistent vertical rhythm across components within a page. Using a technique of CSS custom properties to establish spacing inherited through the cascade, you can make sure your choir are all singing from the same song sheet.
·24ways.org·
Managing Flow and Rhythm with CSS Custom Properties
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
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