11-Reset — Browser Reset
Normalize browser inconsistencies and establish baseline defaults.
Base Reset
Core reset styles that normalize box-sizing, margins, and default behaviors.
Box-sizing: All elements use border-box
Margins: Default margins removed from body, headings, paragraphs
Images: Max-width 100%, display block
Typography Reset
Reset typographic elements to a consistent baseline.
Heading 1 (reset)
Heading 2 (reset)
Heading 3 (reset)
Paragraph text after reset — font-size inherits, margins normalized.
- List item 1
- List item 2
Form Reset
Normalize form elements across browsers.
Reset Classes
Utility classes for applying resets manually.
| Class | Description |
|---|---|
.ss-reset |
Full element reset |
.ss-reset-list |
Remove list styling |
.ss-reset-button |
Remove button styling |