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 trial

HTML How to Make a Website CSS: Cascading Style Sheets Center the Wrapper

Vishal Nand
Vishal Nand
1,777 Points

Position of bullet points for images

The video shows the position of the bullet points is along the bottom of the image but it changes after Nick refreshes the preview window at 00:44. The bullet pointer then appears along the top of the image. When I preview my workspace code it appears along the bottom of the page. Could anyone please let me know the cause for such behaviour ?

1 Answer

It's more likely just the reaction of the browser. Nothing to worry about unless you plan on keeping bulletins in any type of gallery you make in the future. More than likely you will be removing the list style when using unordered lists to display images.

Vishal Nand
Vishal Nand
1,777 Points

Thanks for the reply Nik!