How to create a Circular Progress Bar in less than 10 minutes

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

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

  • @tomaszolejniczak77
    @tomaszolejniczak77 8 วันที่ผ่านมา +1

    CSS has a power 🙂

    • @Ismoil_Sharifov
      @Ismoil_Sharifov  8 วันที่ผ่านมา +1

      @@tomaszolejniczak77 exactly

  • @PaulAllsopp-rh5gb
    @PaulAllsopp-rh5gb 7 วันที่ผ่านมา +2

    Have you tried doing this with a single div, using ::before and ::after? That would be very interesting.

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

    lets goo keep up the work😍

  • @raniflex
    @raniflex 11 วันที่ผ่านมา +1

    so good

  • @KaungKhant11
    @KaungKhant11 2 หลายเดือนก่อน +1

    Keep doing video ✨✨
    I really like you videos .
    It's very simple even thought it's hard to understand.

    • @Ismoil_Sharifov
      @Ismoil_Sharifov  2 หลายเดือนก่อน +1

      @@KaungKhant11 Thanks I appreciate it 😊

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

    How to start from top?

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

      circle {
      ...the rest circle code...
      transform: rotateZ(-90deg);
      transform-origin: center;
      }
      Unfortunately, we can not do it with SVG-related properties - I could not find it.

  • @sorbonimirzokhon2804
    @sorbonimirzokhon2804 2 หลายเดือนก่อน

    Cool

  • @PaulWatson-s9c
    @PaulWatson-s9c 29 วันที่ผ่านมา +1

    can i please get the source code???
    🥰

    • @Ismoil_Sharifov
      @Ismoil_Sharifov  24 วันที่ผ่านมา

      I added the link in the description!
      Sorry for the long answer!