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 trialAdolfo Hernandez
3,633 PointsVery frustrated with my responsive coding!
Hi there! I'm trying to do a website in order to practice what I have learn so far, and I think I'm not doing well. I just finished the "How to make a website" project and I was able to follow a long and do the example with no problems but I'm having a hard time with my own page.
Following the process that Nick suggested I started by doing the smartphone layout but nothing seems to work, please check the link bellow because I'm not sure how to attach my code
html and css What I'm trying to do
In order to do my links I used an <ul> element and within each <li> element I put an <h3> and a <p> with the title of each section and a brief introduction but I just want to show the image and the title for the smartphone size and when the screen size increase the paragraph will show. I used float: left in order to position the images and the h3 elements but this option makes a mess, I have tried a lot of things with no success, please help!
Thanks Adolfo
1 Answer
Justin Hunter
Courses Plus Student 11,484 PointsAdolfo, I couldn't see the PDF of what you were trying to do - it didn't load for some reason. However, in your html, you have the responsive.css file commented out. So it's not going to load any of the styling you did in that sheet.
Adolfo Hernandez
3,633 PointsYes, that was on purpose I'm just starting with the smartphone size like in Nick's video, let me check my pdf file, thanks!
Adolfo Hernandez
3,633 PointsI already checked it and it's fine, maybe If you download it... Did you see how my pics are positioning weird?
Adolfo Hernandez
3,633 PointsAdolfo Hernandez
3,633 PointsIf you change the size of the output section you will see how my pictures and h3 elements make a mess!