This is a solution to the Base Apparel coming soon page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Receive an error message when the
form
is submitted if:- The
input
field is empty - The email address is not formatted correctly
- The
- Solution URL: https://www.frontendmentor.io/solutions/base-apparel-coming-soon-page-html-css-flexbox-js-m5mEYiUUXy
- Live Site URL: https://leon2610.github.io/base-apparel-coming-soon-page/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- JavaScript for form validation
- Positioning elements with flexbox and CSS
- Working with various CSS properties
- Work whith JS for form validation