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

Nathan Orris
seal-mask
.a{fill-rule:evenodd;}techdegree
Nathan Orris
Front End Web Development Techdegree Student 9,304 Points

An individuals amount of zoom in browser effects box size values?

My code was exactly what it needed to be, my my content box width and heightwere slightly off and by slightly i mean they were 555.993 and 255.991 (needed to be 556 and 256). I changed my zoom amount in my browser and it changed the values for content box, padding, margins. Will the amount someone zooms in their browser effect these always effect the box sizes?

1 Answer

Steven Parker
Steven Parker
229,744 Points

The browser zoom will change the displayed size, but it should be no concern of the CSS setting.

To enable a complete analysis, always show your code (or better yet, a link to a workspace "snapshot") and provide a link to the course page you are working with.

Nathan Orris
seal-mask
.a{fill-rule:evenodd;}techdegree
Nathan Orris
Front End Web Development Techdegree Student 9,304 Points

OK, that's what i was thinking, I will be sure to be more thorough next time and include more detail. I really wasn't sure how to show what I was referring to except a screenshot..

Steven Parker
Steven Parker
229,744 Points

A workspace snapshot allows the complete environment to be replicated.