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 trialDennis Wenrich
1,202 PointsBullet points
I set the #gallery to everything on the video, "including list-style: none;". For some reason the bullet points are still showing up.
Dennis Wenrich
1,202 PointsYou know, I figured it out.
footer { font-size: 0.75em; text-align: center; clear: both;} padding-top: 50px; color: #ccc;
had my closing bracket placed incorrectly like so....once I changed it, the bullets disappeared.
Dennis Wenrich
1,202 PointsThanks for replying. In the future I'll post the code in question.
1 Answer
Steven Parker
231,198 PointsCongratulations on resolving your own issue!
Alexander Davison
65,469 PointsDid @Dennis say he solved his own issue?
Alexander Davison
65,469 PointsAh. Cool :)
Steven Golden
Front End Web Development Techdegree Graduate 25,255 PointsSteven Golden
Front End Web Development Techdegree Graduate 25,255 PointsCan you post your code?