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 trialHarry Tran
10,618 PointsPull-right
In this video when the teacher goes to switch the 2 columns so they aren't all images on one side and text on another, he goes to do a copy/paste to reorder it, however couldn't we use the pull-right in this option? My results are the same using this technique however was there a reason why he decided to hard code the order in?
2 Answers
Wayne Priestley
19,579 PointsHi Harry,
I can only presume that the teacher wanted to use normal html rather that the Bootstrap way of doing things, that way i guess you could take your html out of the Bootstrap framework and just use normal css to style it.
Only my guess though
richardhemmings
1,613 Pointshi harry, all us developers have different ways of doing the same thing :) some have odd ways of doing the most basic of things that someone else might end up doing in about 5 minutes lol.
If we were all the same the world would be a very boring place.. but sometimes I do often wonder maybe that would actually be a good thing sometimes
Harry Tran
10,618 PointsHarry Tran
10,618 PointsYeah I just wanted to make sure it wasn't wrong to continue doing things the bootstrap way.