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 trialsheamunion
2,015 PointsWhat tool did you use to outline the various components within your browser?
In the video "Mapping the Component Structure" you outline the various components of the app with in the browser. What tool did you use to do that?
5 Answers
Brendon Butler
4,254 PointsI haven't done this course yet, but from the looks of things I assume he's just using CSS borders to highlight things.
I would check out this documentation from w3schools.com on CSS Borders.
Alexander Khant
Full Stack JavaScript Techdegree Student 17,051 PointsI bet it's easily done in Chrome Developer Tools.
khalil et-tkhyly
6,140 Pointslooks like to me he didnt use any tool, he did it in a video editor.
Venkatesh Gangisetti
4,741 Points- { border: 1px red solid}
Jamie Reardon
Treehouse Project ReviewerBrendon Butler is correct. The video either cuts out the dev tools so you can't see him overriding the styles to apply the borders directly, or the video cut out those parts to speed up the flow.