CSS Properties and Selectors

Pretty fun refresher on css properties and selectors today and playing around with stylesheets.

CSS Tricks: cheatsheets and guides on everything CSS

Paletton Color Picker: color scheme picker when choosing colors to mix and match

W3C Selectors list

MDN Reference on Cascading and Inheritance

Specificity Calculator

CSS Cheat Sheet

Reference:
*https://www.w3schools.com/cssref/css_selectors.asp
*https://css-tricks.com/almanac/

Cascading Style Sheets at the most basic level it indicates that the order of CSS rules matter.

.class

#id

*
element
element, element
element element
element > element
element + element
:hover
:last-child
:first-child
!important (not recommended)

What selectors win out in the cascade depends on:
-Specificity
-Importance
-Source Order

Days since last Zero Day: 3 (31/8/2020)