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 Selectors Selectors - Beyond the Basics DRY CSS

Heriberto Nieves
Heriberto Nieves
2,466 Points

css optimization question

Hi, like always amazing community!

if i go over my css and try to minimize the same rules its actually considered optimization? i mean does it makes the page load faster? im guessing yes but i want to be clear while i learn, thanks like always!

2 Answers

The more the code, the longer the time to load a page. But the less code the less amount of time to load a page. That isn't the only factor just to note.

Heriberto Nieves
Heriberto Nieves
2,466 Points

makes sense, thansk redcamel