Skip to content

codexshell/loopstudios-landing-page

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
  • Vue - JS library

What I learned

  • Styling child components based on parent status in tailwind
  • An example is show below
<div>
  <a class="group" href="#">
    Home
  <hr class="invisible group-active:visible"/>
  </home>
</div>
  • In the above demonstration the hr element will only show when the parent element a is clicked on.

Continued development

  • Astro - Allows you to pull content from anywhere and serve it fast. Apart from that another neat feature is tha it allows you to mix and match components from other UI libraries

Author