Coding Websites with HTML/CSS Workshop Curriculum Day 3

Resources


W3schools

Great overall resource for all things code.

Stack Overflow

Get help, tips and tricks from other developers on these user maintained forums.

CSS Tricks

Exceedingly useful tips and tricks for using CSS.

CSS


.some-class { property: modifier; }
#some-id { property: modifier; }
/* CSS comment */
  • Class vs Id
  • Pixels vs Percentages

Color & Fonts

  • Color Formats
  • Hex
    • Hex
    • RGB
    • RGBA
  • Color Resources
    • Colllor
    • W3schools Color Picker
    • ColorHexa
    • Adobe Color Wheel
  • Fonts
    • Google Fonts
    • Serif
    • San-Serif
  • Inspiration
    • Dribble