Instructions:
- 
What is OOCSS?: - OOCSS (Object-Oriented CSS) is a CSS methodology that focuses on separating the structure of HTML from its appearance. It encourages code reuse and modularity by treating UI components as objects.
 
- 
Core Principles: - 
Separation of Structure and Skin: Divide elements’ structure (layout) and visual design (colors, fonts) into separate styles. 
- 
Separation of Container and Content: Make components flexible and reusable regardless of where they are placed in the layout. 
 
- 
- 
Advantages: - 
Encourages reusable code. 
- 
Helps create scalable, maintainable CSS. 
 
- 
- 
Practice: - Implement a simple webpage following OOCSS principles. Focus on reusable components like buttons or cards.
 
- 
Document Your Work: - 
Include code examples, screenshots, and explanations of how you applied OOCSS. 
- 
Publish your work on Hashnode.com or Medium.com. 
- 
repo 
 
-