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 trialStefan Dobrincu
4,668 PointsCSS float:left
So in the coding shown in the video :https://teamtreehouse.com/library/how-to-make-a-website/styling-web-pages-and-navigation/style-the-portfolio is so wrong ... I just cant manage to understand the problem He uses #gallery li even tho he was supposed to use only #gallery The coding he uses: #gallery li{ float::left; width:45%; margin:2.5%; background-color:#5f5f5f; color:#bdc3c7; } Is not applying any changes , when i remove li its still not working as show , im sure i spelled the id right and so on , but when i run the code its just 1 column instead of 2 , the first picture is smaller like it should be but there are no pictures in the right. Please help me , i cant move on with my track without it .
2 Answers
Stefan Dobrincu
4,668 PointsFrans de Haan
5,193 Pointsfloat:: left or float: left
I can't open your workspaces but I you copied the text above out your document I think this is the problem.
Raffael Dettling
32,999 PointsRaffael Dettling
32,999 PointsCan you post youre code so we can see if we can help you?^^