Skip to content

ZZ83/elearning-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Skilled e-learning landing page solution

This is a solution to the Skilled e-learning landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout depending on their device's screen size
  • See active states for interactive elements

Screenshot

Links

My process

Built with

  • HTML
  • CSS
  • Flexbox
  • Mobile-first workflow

What I learned

I was able to get a better understanding of the CSS position property, especially when it comes to working with the relative and absolute values.

<div class="parent">
  <div class="child"></div>
</div>
.parent {
  position: relative;
}

.child {
  position: absolute;
}

When the parent element is set to relative positioning, using position absolute on the child element will position the element relative to the parent element and not the html element.

Continued development

I would like to learn more about the inset property.

Author

  • Frontend Mentor - ZZ83

About

E-learning Landing Page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published