How do you become a master in CSS?

In CSS, first read the theory on what CSS is, how it works in the browser, and its basic syntax and usage . Learn about the different kinds of stylesheets available, their differences, selectors, and basic styling such as font-size , width , height etc. You can get started by going through the tutorials at MDN.

Read more

What is a CSS battle?

CSSBattle is the first ever code-golfing platform for CSS lovers that I and my friend, Kushagra Agarwal, have created. The aim of this game is simple — you have an image target which you need to replicate with the smallest possible CSS (and slight HTML if you please) code.

Read more

Why is CSS difficult?

CSS is hard because its properties interact, often in unexpected ways . Because when you set one of them, you’re never just setting that one thing. That one thing combines and bounces off of and contradicts with a dozen other things, including default things that you never actually set yourself.

Read more