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 trialkevin wang
1,304 PointsHow come my page is not flexing the same way?
When I adjust my about.html page after entering the following code, the page does not flex the same way as in the video. My web browsers will slowly adjust the text from the right of the image to the bottom and not instantly move the entire paragraph. I have troubleshot my code and I can't figure out why this is happening. In the video with nick, it appears the paragraph of text moves as a whole when the pixel becomes a certain size. My website does not do this.
Code added to responsive.css
.profile-photo {
float: left;
margin: 0 5% 80px 0;
}
Ron McCranie
7,837 PointsRon McCranie
7,837 PointsIf you're using the workspaces feature of Treehouse for this exercise, please share a link to your workspace. Maybe there's something going on somewhere else in the CSS or HTML that we might be able to find.