An open API service indexing awesome lists of open source software.

https://github.com/gregolive/landing-page

Landing page for Shakeup app made to practice CSS flexbox.
https://github.com/gregolive/landing-page

Last synced: over 1 year ago
JSON representation

Landing page for Shakeup app made to practice CSS flexbox.

Awesome Lists containing this project

README

          

# Landing Page

Landing page for Shakeup app.

[Live demo](https://gregolive.github.io/landing-page/) 👈

## Functionality

A simple landing page made to practice CSS felxbox. The page is for a made-up finance app called Shakeup and the logo was previously made by myself.

The other icons were made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/).

## Reflection

Flexbox seems like a useful for CSS layouts and has become my go to due it's versatility. Centering with flexbox works much better than most alternatives and scales well at different screen sizes. I was surpised at how 'display:flex' makes it quite easy to create a beautiful layouts.

-Greg Olive