#css

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

Check out our pinterest page dedicated to css as well!

Quote controls with HTML & CSS

Mar 24, 2019

You can use the <q> HTML5 element to automatically wrap some content in quotes.

SCSS: ampersand rules

Mar 17, 2019

Using the & after a declaration you can set a css rule to apply given that the selector that has the & after actually applies when it is the parent of the element it is nested under 🤔...

SCSS Control Directive

Mar 11, 2019

Using #scss you can take advantage of control directives

SCSS in three minutes

Mar 10, 2019

SCSS is a superset of CSS3's syntax. It provides a powerful abstraction with the ability to use variables, mixins, and functions. Intrigued? Let's get it setup in 3 minutes or less!

Chrome Dev Tools: change property value shortcuts

Mar 09, 2019

#ChromeDevTools: Increase a property by one decimal point by holding the option key...