Animated Dark Mode Toggle Button Using HTML CSS & JavaScript | Dark and Light Theme

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • How to create Dark Mode Toggle Button Using HTML, CSS & JavaScript
    Subscribe for more! 👉 bit.ly/3v40Wc4
    Source Code : github.com/dev...
    📚Resources
    Font Awesome CDN : cdnjs.com/libr...
    Icons: fontawesome.co...
    Music Credit:
    Track: Anybody - Next Route [Audio Library Release]
    Music provided by Audio Library Plus
    Watch: • Anybody - Next Route |...
    Free Download / Stream: alplus.io/anybody
    #tutorial #HTML #CSS #JavaScript #code #DevMode

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

  • @CarlosHernandez101400
    @CarlosHernandez101400 7 месяцев назад

    The only thing I've run into is accessibility issues when using divs as "buttons." I may be mistaken, but DIVs are not automatically added to the tab order, so keyboard users will never be able to reach or interact with the element unless the tabindex attribute has been enabled on it, and some onkeypress event listeners are added in js... extra work. Using the BUTTON element as the container is better, imho, as it takes care of the tab order and key press events as clicks automagically.
    Outside of that, great design idea!

  • @GentlemanGlow1
    @GentlemanGlow1 2 года назад +3

    U must teach with voice record how will beginners understand the code...!

  • @ivanamitrovic6402
    @ivanamitrovic6402 6 месяцев назад

    beautiful tutorial, thank you❤

  • @YASH-oj6pj
    @YASH-oj6pj Год назад +2

    This was very helpful. Thanks :D

    • @DevModeon
      @DevModeon  Год назад +1

      Thanks! I'm glad it was useful🙌

  • @Chainlenger2
    @Chainlenger2 Год назад

    Amazing guide of how to do a thing and a incredible one. Have you another one that teachs how to put it in a top right margin of a website?

  • @SafalKumarRajbanshiMotu
    @SafalKumarRajbanshiMotu 3 месяца назад

    Thank you so much. Bro.

  • @freepythoncode
    @freepythoncode 8 месяцев назад

    Amazing video thank you so much 🙂❤

  • @alaa_est_la9665
    @alaa_est_la9665 10 месяцев назад

    sah tes le goat grace a toi je vais manger des churros BLECH

  • @swatantramishra5343
    @swatantramishra5343 Год назад

    Grt going dude!🎉❣️

  • @oguzozdemir8886
    @oguzozdemir8886 Год назад +1

    Thank You...👍

  • @pablo20237
    @pablo20237 2 года назад

    Good