-
Notifications
You must be signed in to change notification settings - Fork 2
Styling and Interactions
Isaac edited this page Jul 22, 2026
·
2 revisions
This section is for changes to the site's appearance or interactive controls. If you are only changing text or data, you probably do not need it.
Use Styling and Responsive Design for:
- colors, spacing, fonts, and component appearance;
- phone, tablet, and desktop layouts;
- overflow and text wrapping;
- reduced-motion styling.
Use Accessible Interactions for:
- JavaScript behavior;
- keyboard and screen-reader support;
- the mobile navigation menu;
- homepage flip cards;
- mouse, touch, and hybrid-device testing.
Changes to interactive components often require both guides because their CSS, HTML, and JavaScript work together.