Can I debug by CSS code in easy way for beginner?

You can run your CSS code through a validator like https://jigsaw.w3.org/css-validator/ or you can use the browser dev tools by right clicking the page and selecting inspect. This would allow you to hover and click on each element to see the attached styles. I haven’t used validators since school, but I spend all day in the dev tools panel.

Leave a Comment