Bullets using li:before and "content"
-
I was having cross-browser issues, IE10 and above, with bullet points, so I’m trying to use li: before and “content”. But having zero success. Instead of a disc bullet point, “2022” is the bullet point. My css is:
#how li:before { content: "2022"; margin-right: 10px; } #how li { float: left; list-style: none outside none; padding: 0; }
Page URL is: https://thebouncegroup.com/#how
Appreciate the help and advice! mike
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bullets using li:before and "content"’ is closed to new replies.