https://github.com/crgiopeca88/netflix-clone-vanilla
This is a Netflix clone project made with Vanilla CSS, HTML, and JS
https://github.com/crgiopeca88/netflix-clone-vanilla
css html javascript vanilla
Last synced: 2 months ago
JSON representation
This is a Netflix clone project made with Vanilla CSS, HTML, and JS
- Host: GitHub
- URL: https://github.com/crgiopeca88/netflix-clone-vanilla
- Owner: CrgioPeca88
- Created: 2021-01-06T14:40:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T00:13:14.000Z (over 4 years ago)
- Last Synced: 2025-01-16T07:22:06.940Z (4 months ago)
- Topics: css, html, javascript, vanilla
- Language: CSS
- Homepage: https://crgiopeca88.github.io/netflix-clone-vanilla/
- Size: 5.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Clone Vanilla
you can find the design on the next link [figma file example](https://www.figma.com/file/I5GfzHndh0ypq0wFHpnjoQ/Netflix-Mobile?node-id=15%3A164).
If you want... [here](https://www.figma.com/proto/I5GfzHndh0ypq0wFHpnjoQ/Netflix-Mobile?node-id=30%3A209&viewport=1164%2C605%2C0.9113100171089172&scaling=scale-down) you can see an interactive prototype of the project.
### Colors
- Primary: #000000
- Secondary: #D22F26
- Light: #FFFFFF
- Gray: #686868
### Typography
- Avenir Next [font-face](https://developer.mozilla.org/es/docs/Web/CSS/@font-face):
```css
@font-face {
font-family: 'Arial';
src: url('/Arial.ttf');
}
```**This challenge was created by [leonidasesteban.com](https://leonidasesteban.com/)**