Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • Books
Search Account

Articles Tagged
ordering properties

4 Articles
{
,

}
Direct link to the article The Different Logical Ways to Group CSS Properties
ordering properties

The Different Logical Ways to Group CSS Properties

Here’s a bit of CSS:

.module {
  background: rgba(198, 148, 72, 0.75);
  color: #222;
  clear: both;
  margin: 0 0 2rem 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 2px solid black;
  border-radius: 4px;
  padding: 1rem;
  font-family: sans-serif;
  font-size: 
…
Avatar of Chris Coyier
Chris Coyier on Apr 27, 2017 (Updated on Feb 20, 2020)
ordering properties

Poll Results: How do you order your CSS properties?

Over 10,000 people have spoken: the most popular way to order CSS properties is grouped by type. …

Avatar of Chris Coyier
Chris Coyier on Aug 5, 2012 (Updated on Apr 27, 2017)
ordering properties

New Poll: How do you order your CSS properties?

Tossed up a new poll (in the sidebar of the site, RSS folks) about how you order your CSS properties. …

Avatar of Chris Coyier
Chris Coyier on Jun 15, 2012 (Updated on Apr 27, 2017)
CSS3 ordering properties

Ordering CSS3 Properties

When writing CSS3 properties, the modern wisdom is to list the “real” property last and the vendor prefixes first:…

Avatar of Chris Coyier
Chris Coyier on Sep 7, 2010 (Updated on Apr 27, 2017)
Our Learning Partner
Frontend Masters logo
Frontend Masters

Need front-end development training?

Frontend Masters is the best place to get it. They have courses on all the most important front-end technologies, from React to CSS, from Vue to D3, and beyond with Node.js and Full Stack.

CSS-Tricks is created by Chris and a team of swell people.

Keep up to date on web dev

with our hand-crafted weekly newsletter

Tech
  • WordPress (CMS)
  • Jetpack (Search, Backup)
  • WooCommerce (eCommerce)
  • Local (Development)
Hosting
  • Flywheel
Family
  • CodePen
  • ShopTalk Show
Minisites
  • The Power of Serverless
  • Upcoming Conferences
  • Coding Fonts
Contact
  • Email
  • Sponsorship Info
  • Guest Writing
Buy
  • Posters & Swag
  • Membership
Follow
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • GitHub
  • iTunes
  • RSS
Back to Top