#css

All posts about CSS so you can be 💯 in your CSS skills!

Check out our pinterest page dedicated to css as well!

Unused CSS In Chrome Dev Tools

Apr 23, 2019

Using the Chrome Dev tools you can see what CSS isn't used for that page.

CSS Lobotomized Owl Selector

Apr 18, 2019

The lobotomized owl selector (* + *) can come in handy to make your CSS stylesheet a bit less verbose and is a handy relative selector for styling.

CSS Symbol Selectors

Apr 11, 2019

CSS has some selector symbols that can allow you to target elements in a generalized way.

CSS Shorthand Properties

Apr 04, 2019

CSS Shorthand Properties: you can use shorthand properties to make writing CSS a bit quicker, more organized and save space in your stylesheets.

Style broken images

Mar 27, 2019

No one likes broken images on their site, right? With this CSS tip you make a more aesthetically pleasing display if you happen to have a broken image on your website with a few lines of code