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.
- Host: GitHub
- URL: https://github.com/gregolive/landing-page
- Owner: gregolive
- Created: 2021-09-10T03:57:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T13:25:46.000Z (over 4 years ago)
- Last Synced: 2025-02-05T16:40:37.790Z (over 1 year ago)
- Language: CSS
- Homepage: https://gregolive.github.io/landing-page/
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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