my li’s are getting display: list-item; automatically from the browser and have disc’s in front, I tried the list-style-type:none; but it doesn’t work, the only thing that works is display: inline; then the discs disappear but it messes up all their positions. How can I remove the display: list-item;?
my li’s are getting display: list-item; automatically from the browser and have disc’s in
Share
put it on the ul not the li