#web-development
Read more stories on Hashnode
Articles with this tag
How to structure your SASS code: the 7-1 architecture · What is the 7-1 architecture? Is it ideal to write our SASS styles in the form of one big,...
Confused about how to name your classes in CSS? Use the BEM class naming convention! · Why use a class naming convention for CSS? It is possible to name...
3 commonly used units for font sizes in CSS, explained in short! · Pixel(px), Rem and Em are the 3 units that I use on a daily basis for setting...
Here are a few lines of CSS that I use as the base for any project that I start, and you should too! · Why do I use this as the base CSS for any...
"In specificity lies the answer." - Dalai Lama on CSS · Every developer who has ever had to use CSS to style has definitely faced this problem. How does...