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!
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

Eric Kim
3,637 PointsHow can I create facebook style vertical border line (layout)? using CSS or HTML?
How can I create vertical border line on both (left, right) side like facebook using CSS??
Thank you :)
1 Answer

James Barnett
39,199 PointsI'm not 100% sure what you are asking but I think you can use border-left
or border-right
to do what you are describing.
Here's a demo to show you what I mean