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: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
I practiced responsive layout using grid. specially in the founder section where there is the portrait and a box of content overlapping the image. I can use a grid and set the two items on the same column and same row.
Using background image on the hero section for the spiral illustration. I can call several images and set their individual position.
.hero {
background-image: url(../assets/images/bg-pattern-1.svg),
url(../assets/images/bg-pattern-2.svg);
background-repeat: no-repeat;
background-position: calc(0% - 10rem), calc(100% + 5rem) calc(100% - 5rem);
}
Finetune the css to match the design
- Website - Gwenaël Magnenat
- Frontend Mentor - @gmagnenat
- LinkedIn - @gmagnenat