Skip to content

This is CSS first principles that CSS gurus don't teach you.

Notifications You must be signed in to change notification settings

tarasowski/first-principles-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Browser defaults

  • They teach you how to reset the browser's default CSS styles. Why?
  • Study browser CSS defaults here
  • This CSS file gets applied after the DOM (Document Object Model) is created here. (The DOM is a representation of the HTML in memory.)
  • What's so cool about it? Children of the <head> element all have display:none by default.
  • So why change the defaults? Why not use them to our advantage?

About

This is CSS first principles that CSS gurus don't teach you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published