At California Media, We follow modular coding pattern which facilitates making the CSS scripts flexible and scalable, allowing to iterate code blocks independently and leading to increased performance and better maintainable sites. We follow four different methods for writing modular HTML and CSS.
- Object Oriented CSS (OOCSS)
- Scalable and Modular Architecture for CSS (SMACSS)
- Don’t Repeat Yourself CSS (DRY CSS), and
- Block, Element, Modifier (BEM) are four popular methods for writing modular HTML and CSS.