Bullet points not showing up - Unordered list not showing up - HTML, CSS

Поделиться
HTML-код
  • Опубликовано: 17 июн 2023
  • 1) I pressed F12 on my keyboard to inspect the page
    2) I selected the UL element
    3) I saw that list-style: none; (which removes the bullet points) is used in reset.css which is applied to entire website, but I din't want to remove it from there
    4) I navigated to the class in which the unordered list (UL) is used
    5) In CSS I used the name of that class, additionally I added UL so that it will be aplied just the the list
    6) Then I wrote this and it solved my problem: list-style-type: disc;
  • НаукаНаука

Комментарии • 1