List-Style-Image

Topic

List-Style-Image

Topic Progress:

The list-style-image property allows you to use an image as the bullet point. First you need to find an image off the internet and save it into Repl.it. If you can’t remember how to do that, then go back and have a look back at the Images topic in the Black Hat HTML Course. You need to have your image size at around 30px so that the images don’t overlap. 

You link the image to the list by using the image url as the value:

list-style-image: url(‘name of your image.jpg/png’)

 

@

Not recently active