UGURUs by DigitalOcean logo

UGURUS, powered by DigitalOcean, offers elite training and mentorship for Agency Owners. Join the Agency Accelerator for free to get more leads, land high-value deals, and build recurring revenue!

A Fresh Look for CSS-Tricks

Welcome to the new look for CSS-Tricks. I decided it was time to get down to it and give CSS-Tricks a brand new look. I hope you like it. I think it’s far nicer in both form and function than …

Avatar of Chris Coyier
Chris Coyier on

Set up “Variables” for Colors in CSS

I say “variable” because CSS doesn’t natively support real variables. The debate is somewhat heated on whether it should or not. I’m not going to take a stand on that one, but there is a clever little hack bouncing around …

Avatar of Chris Coyier
Chris Coyier on

BlogRush: Hip or Hype?

It’s a bit too early to tell, but as you may have noticed, I’ve installed it in the sidebar of this site. My hope is that it turns out to be an awesome service for both readers and webmasters alike. …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

Single-Line vrs. Multi-Line CSS

Steve Smith over at Ordered List has an interesting article up about how he chooses to format his CSS. Basically there are two ways to go about it, Single-Line and Multi-Line, with Multi-Line being the classic approach:

#wrapper {
    width:800px; 
    
Avatar of Chris Coyier
Chris Coyier on (Updated on )

An Exploding CSS Menu

By exploding, I sort of mean “the menu blocks appear to expand vertically”, but you get the idea. The theory is that upon rollover, you can change the height and offset of an element (or width or any number of …

Avatar of Chris Coyier
Chris Coyier on (Updated on )