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.
Note: Delete this note and update the table of contents based on what sections you keep.
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
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
I've always struggled with positioning background images and in this project I thoight I'd throw myself into the deepend and just experiement. I found that using position: absolute;
and transform: translate();
really made life easier instead of using inset
. This has given me heaps of confidence moving forward. Now I won't cringe when I see a strange layout that's using a background pattern or an image that is positoned out of something.
- Website - https://github.com/frontendstu
- Frontend Mentor - @frontendstu