Skip to content

frontendstu/workit-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Workit landing page solution

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.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

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

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

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.

Author