HTML/CSS Components

Create components and styles with HTML and CSS.

Component Driven

HTML and CSS code has the potential to get tangled, where you don't know how to change or repurpose sections, or CSS changes have unintended consequences.

Designing and implementing discrete components that contain their own code will help prevent these issues.