Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregolive/web-design
A series of small projects made to practice building HTML and CSS from a template and from scratch.
https://github.com/gregolive/web-design
css html
Last synced: 18 days ago
JSON representation
A series of small projects made to practice building HTML and CSS from a template and from scratch.
- Host: GitHub
- URL: https://github.com/gregolive/web-design
- Owner: gregolive
- Created: 2022-01-17T12:30:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T16:52:22.000Z (almost 3 years ago)
- Last Synced: 2023-07-25T07:27:41.704Z (over 1 year ago)
- Topics: css, html
- Language: HTML
- Homepage:
- Size: 4.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WEB DESIGN PRACTICE
A series of small projects made to practice building HTML and CSS from a template and from scratch.
## 1. Youtube Video Player
Recreating the structure and styling of [YouTube's video player](https://www.youtube.com/watch?v=wGF7PswOENQ&ab_channel=LordHuron).
## 2. Mint.com Signup Page
Practice building forms in HTML by recreating [Mint.com's signup page](https://accounts.intuit.com/signup).
## 3. News Article
Implementing CSS grid and flexbox to duplicate a [news article from NewScientist](https://www.newscientist.com/article/2286218-ancient-lake-in-marss-gale-crater-may-have-actually-been-a-small-pond/).
## 4. Apple Homepage
Cloning [Apple's homepage from 2014](https://web.archive.org/web/20140301004610/http://www.apple.com/) to try using background images and gradients.