How to change the bullet color in an unordered list (ul/li) in HTML/CSS

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 5

  • @badcatdesign
    @badcatdesign ปีที่แล้ว +3

    Wow that’s a lot of customization. Nice.
    I’d usually just reach for the ::marker pseudo element like this…
    li::marker {
    color: red;
    }

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  ปีที่แล้ว

      Ya. I've used that in the past. I guess for me I wanted a little more customization. Haha. Maybe too much customization :)

    • @victorstephen5303
      @victorstephen5303 3 หลายเดือนก่อน

      @@ADesignerWhoCodes does it work for too?

  • @wisdomngoma2310
    @wisdomngoma2310 6 หลายเดือนก่อน

    this helped me a lot keep it up

  • @adeelawan9259
    @adeelawan9259 5 หลายเดือนก่อน

    color property changed bullet color not text color, how we can change text color of ul>li ?