Chrome Dev Tools Debugging CSS

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • This video is part of a series covering how to leverage the Chrome Dev Tools.
    This tutorial is specifically about how to use the Element and Styles panels to find problems and fix your CSS.
    Code from video: gist.github.co...
    Video about CSS initial, revert, and unset property values: • CSS unset, revert, and...
    Chrome Dev Tools Playlist: • Chrome Web Developer T...

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

  • @peterjohn.v.8258
    @peterjohn.v.8258 2 месяца назад +1

    I have been watching multiple videos to understand Dev tools and find this series of videos is the most helpful. Lot of things are clearly described in detail. Thank you for this

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

    I "learned" this the hard way. You made it very clear. Thanks.

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

    Thanks this was helpful. I was familiar with the features, but I hadn’t thought about their practical use. I think this will help me better catch styling issues.

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

    great video professor ! Enjoyed so much and learned so much. Thanks for Posting this.

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

    Excellent video and playlist, thank you so much!

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

    pure gold content

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

    please continue the playlist!

  • @murrayjarvis
    @murrayjarvis 5 месяцев назад

    great, so helpful for me, a novice!

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

    Great video

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

    Thank you! 😊

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

    11:20 why the h2 font size property takes precedence over the one you add?

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  Год назад +1

      The one that I was editing was the universal * selector. It applies to all elements as a tag style. However, the actual h2 style gets applied after that because it is considered closer to the actual element than *.

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

    for win ctrl+shift+c not working ?

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

    This video completely helped me to find the issue in my work and rectify it. Thank you so much 🙂 @steve griffith

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

    Great content