ishantbhurani / fylo-landing-page-with-two-column-layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fylo Landing Page With Two Column Layout

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

Screenshots

Fylo landing page with two column layout preview

Fylo landing page with two column layout mobile preview

Links

Reference

Font

Color

Color Hex
very-dark-blue hsl(243, 87%, 12%) hsl(243, 87%, 12%)
desaturated-blue hsl(238, 22%, 44%) hsl(238, 22%, 44%)
bright-blue hsl(224, 93%, 58%) hsl(224, 93%, 58%)
moderate-cyan hsl(170, 45%, 43%) hsl(170, 45%, 43%)
light-grayish-blue hsl(240, 45%, 98%) hsl(240, 45%, 98%)
light-gray hsl(0, 0%, 75%) hsl(0, 0%, 75%)
red hsl(0, 100%, 63%) hsl(0, 100%, 63%)

Run Locally

Clone the project

  git clone git@github.com:ishantbhurani/fylo-landing-page-with-two-column-layout.git

Go to the project directory

  cd fylo-landing-page-with-two-column-layout

Run index.html

  <browsername> index.html

E.g.

  firefox index.html
  google-chrome index.html

My process

Built with

  • Semantic HTML5 markup
  • Flexbox

Author

Credits

About


Languages

Language:CSS 53.3%Language:HTML 46.7%