2 posts tagged with "CSS"
CSS BEM Methodology
Nov 11th 2020
The BEM methodology (Block, Element, Modifier) is a popular naming convention for classes in HTML and CSS. It is less confusing comparing to…
CSS Shapes 101
Sep 26th 2019
This article describes styles of different shapes: triangles, parallelograms, diamonds, comic bubbles, and more using CSS only.