Skip to content

mishael-codes/loopstudios-landing-page-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Loopstudios landing page solution

This is a solution to the Loopstudios 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 for the site depending on their device's screen size
  • See hover 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
  • Google fonts

What I learned

I learned that I could change the styles of the children when you hover on their parent container. For example,

<section>
  <h2>Hello</h2>
  <p>World</p>
</section>
section:hover p{
  color: blue;
}

In the above code, when section is hovered, the color of the <p> tag changes to blue without directly being hovered on.

Author

Acknowledgments

I was tied down on how to make the creation-name change after hovering on the image itself but with a few digging here and there, I found Valeriia's code solution which gave me an idea of how to make that feature work.

About

This is a solution to the Loopstudios landing page challenge on Frontend Mentor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors