Skip to content

jslcoding/Clipboard_landing_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Clipboard landing page solution

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

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 + Flex
  • Mobile-first workflow
  • TailwindCSS

What I learned

Customization of the theme on the configuration file of tailwind.

  theme: {
    extend: {
      backgroundImage: {
        'hero-desktop':'url("../images/bg-header-desktop.png")',
        'hero-small':'url("../images/bg-header-mobile.png")',
      },
      fontFamily:{
        'bai':'"Bai Jamjuree", sans-serif'
      },
      boxShadow:{
        'btn':'rgba(0,0,0,.15) -2px -2px 0px 0px inset'
      }
    },
    colors:{
      'cyan':'hsl(171, 66%, 44%)',
      'blue':'hsl(233, 100%, 69%)',
      'gray':'hsl(210, 10%, 33%)',
      'grayblue':'hsl(201, 11%, 66%)',
      'white':'hsl(360,100%,100%)',
      'lgray':'hsl(0,0%,96%)',
    },
  }

Continued development

Possibly building inner pages and creating a theme and onload effects with a js library.

Useful resources

Author

@jslcodig - jessica sanmartin limes

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published