Debugging CSS Code
Can you think of one word to describe how it feels to debug CSS code? Pain.
I mean, the language itself is frustrating, what could be worse than that? Ohh yeah, debugging! It’s annoying when you’re designing a page and suddenly you notice that someth...
treciaks.hashnode.dev4 min read
Kartik Rao
Hello. Great article but, I think
container { border: 2px solid red; }I think you have a typo. You are missing a
.before the class name.