Using !important keyword you can give more weight to a CSS declaration. You can do this not just in your stylesheets but the inline styles...
Recent Posts
The units in CSS are critical as we work with these all the time. You can’t build anything without using these so we must know...
The lobotomized owl selector is an exciting CSS concept which helps you make a decent content flow in your design with just a few line...
Margin collapse is something that mentioned in every CSS book’s first or second chapter. When I learned about the stylesheets in a long time ago,...
The initial keyword is a real mystery for a lot of developers. It is something like a reset for CSS properties.
Learning and keep up with the new standards is always a challenge for a great developer. For me, the books are the essential ways of...
I’m entirely sure that every front-end developer knows what calc() function is or at least met with it in some case.