Naming CSS class with BEM
BEM stands for Block-Element-Modifier, it is a methodology for naming CSS classes in HTML. The goal of BEM is to make the code more organized and easy to understand, as well as to make it easier to maintain and scale the codebase.
syntax :
<div class...
wishba.hashnode.dev1 min read