This is a solution to the Workit landing 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 interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
- Solution URL: Frontend mentor solution
- Live Site URL: Github Pages
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Desktop-first workflow
- Variable font files
I'm not really proud of CSS in this one, it's very messy. I guess I have to start using Sass.
Despite that I'm satisfied that I managed to use clip-path for the rounded background sections and the secondary button action on hover.
clip-path: ellipse(150% 95% at 50% 0);
- CSS Reset - An awesome CSS Reset.
- Github - Łukasz Lubaszewski
- Frontend Mentor - @luckyszakul0