Skip to content

Da-vi-de/typemaster-pre-launch-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Typemaster pre-launch landing page solution

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

Design preview for the Typemaster pre-launch landing page coding challenge

Table of contents

Overview

The challenge

Users should be able to:

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

Links

Built with

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

What I learned

I learned the CSS property mix-blend-mode, useful to make the orange effect on the image, combined with some opacity.

.phone-keyboard {
    width: 8rem;
    mix-blend-mode: multiply;
    opacity: 0.75;
}

Useful resources

  • MDN web docs - I've just searched on google "How to blend colors in css" and i found the usual but useful resources!

Author

About

A landing page with a challenging full responsive layout

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published