Html & Css
Floating Label
Using the html input attribute 'placeholder' and no text above the input box leaves a clean look, however once text is entered you can no longer see what the input box was for. Was it the address input or the city input. Floating labels give you the best of both worlds. When not filled in, the text appears as a placeholder, and once filled in the input label appears above the input box.
- Accessibility features (ARIA roles, keyboard navigation) that meets WCAG standards.
- Ability to change site from light mode to dark mode.
- Modal Dialogs