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 trialHind Ahmed
2,782 PointsWhy did we rotate the screen shot 180 degrees to check for symmetry? I didn't get the purpose of this test.
Please explain further if anyone if familiar with designing and testing.
1 Answer
Jacie Fortune
8,969 PointsI think it's so you focus on the layout and not the content. If your content is upside down then you can't read the words, so you tend to focus more on where your content is instead of what the content is. It can help you create a more balanced layout. You should use this check on various screen sizes if you are creating a responsive site, but it would be pretty hard to turn a TV 180 degrees.