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 trialkwintenverchueren
2,192 PointsNothing happens if I changed my css.
I changed everything like the video said but nothing happens in the preview. the dots are stille there and the images aren't in colums.
Jeremy Hill
29,567 PointsI noticed in your css you have an img selector that is telling the images to span across the screen:
img {
max-width: 100%;
}
I'm not 100% sure but may have something to do with your image issue.
3 Answers
kwintenverchueren
2,192 PointsI followed the video and saved before seeing the preview.
Jeremy Hill
29,567 PointsOk can you paste your code so we can look at it. CSS and html files.
kwintenverchueren
2,192 Pointskwintenverchueren
2,192 PointsIt's fixed. If I clicked on the preview, it didn't worked. I had the refresh the preview and now it works. This was a stupid problem. Thanks for helping.
Jeremy Hill
29,567 PointsOkay, glad you got it working.
Jeremy Hill
29,567 PointsJeremy Hill
29,567 PointsDid you save your work before previewing?