BEM – CSS naming convention
October 7, 2022
The Block, Element, Modifier methodology (commonly referred to as BEM) is a popular naming convention for classes in HTML and…
Here is how to get smooth like butter font on your websites.
.class_name{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
Tags: