Skip to content

KojinKuro/landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlexBox Landing Page

📝 Description

This is a landing page built to practice FlexBox as a tool for laying out pages. A design comp was given Desing Comp 1, Design Comp 2 and the goal was to match it as closely as possible using CSS skills and FlexBox. Using Flexbox was challenging. In hindsight, using CSS Grid would have been better in certain places mixed with FlexBox, but I did not know FlexBox at the time of doing this project. Through completing the project, I got a better understanding of the basics of CSS and FlexBox. This was early on in my journey learning CSS. As such the CSS is a bit messy and could be organized better. This was also before I learned SASS which would improve the page, had I used with it.

📖 Instructions

Demo

Live Demo

Terminal

git clone [email protected]:KojinKuro/landing-page.git
cd landing-page
open index.html

🖼️ Preview

Screenshot of the Landing Page

🌱 Context

The goal of the project was focused on matching a design comp as close as possible using CSS and FlexBox. This project took around 5 hours to get it matching the design comp.

👏 Credits