Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS Basics (2014) Basic Layout Floats

Ladan Amjad
Ladan Amjad
1,051 Points

Is there a resource/document/website that has all the default CSS property and values?

I feel like it would be helpful to know what property and values will automatically effect my html, does anyone know of a resource that lists them all?

1 Answer

Greg Kaleka
Greg Kaleka
39,021 Points

You may actually find it's not that helpful, only because there are so many rules being applied... Here are Webkit and Firefox's default stylesheets:

Webkit

Firefox

More helpful might be learning how to deal with the different browser's default stylings. I would check out this quick tip video from Guil Hernandez here on Treehouse. It's pretty old, but still helpful!

https://teamtreehouse.com/library/applying-normalizecss-browser-reset-css

Cheers,

Greg