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

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

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/)**