Create custom HTML bullets with CSS

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

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

  • @spencer0909
    @spencer0909 14 วันที่ผ่านมา +1

    Thank you so much! Saved me on my finals

    • @MattVisiwig
      @MattVisiwig  14 วันที่ผ่านมา

      Glad it helped :)

  • @webdevluc
    @webdevluc ปีที่แล้ว +1

    Awesome tutorial Matt. Thanks for sharing the knowledge

  • @TheObaby18
    @TheObaby18 8 หลายเดือนก่อน +2

    Straight to the point. Thank you. It's like a piece of candy that packs a punch. 🤙🏿

    • @MattVisiwig
      @MattVisiwig  8 หลายเดือนก่อน +1

      Thanks for the kind words :)

  • @ivaylopetrov9956
    @ivaylopetrov9956 9 หลายเดือนก่อน +2

    Great video, man 💪 So much info compressed in just 2 min 👏

    • @MattVisiwig
      @MattVisiwig  9 หลายเดือนก่อน

      Thanks, I watch tuts too and find myself walking away from the ones that slowly progress to the point.

  • @kisselemer4770
    @kisselemer4770 10 หลายเดือนก่อน +2

    Underrated video

    • @MattVisiwig
      @MattVisiwig  10 หลายเดือนก่อน

      Thanks, I appreciate it

  • @magoxxii
    @magoxxii 9 หลายเดือนก่อน

    Interesting video, thanks for sharing. Where I'm working, we use the 'list-style-image', but we utilize a URL with the path to the SVG file. What reasons should I give to show them that this is a better practice?

    • @MattVisiwig
      @MattVisiwig  9 หลายเดือนก่อน

      There's a case for both and it may come down to preference. I touch SVG code a lot, so I prefer placing it in CSS because it reduces server requests and less files to manipulate if I wanted to change a color in the SVG code. If you're only using that list-style-image one page, it's probably better to load the image only for that page with an actual file and not the CSS that gets loaded on every single web page. All that said, if the SVG code file size amounts to 1kb, it doesn't matter much in the scheme of things, unless you're serving millions of pageviews daily.

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

    very useful video