Your challenge is to clone Netflix Landing Page and get it looking as close to Netflix Landing Page as possible. You can use only HTML, CSS, JavaScript tools to complete the challenge, N:B; no library or framework.
- Solution URL: github.com/NetflixLandingpage_clone
- Live Site URL: Netflix-LandingPage-Clone
- Semantic HTML5 markup
- CSS3
- media query
- JavaScript
CSS ::placeholder Selector:
.input-control input::placeholder {
color: #c1c1c2;
font-weight: 400;
font-size: 16px;
}
Collapsibles/Accordion
- W3school - This is an amazing website which helped me finally understand Collapsibles/Accordion. I'd recommend it to anyone still learning this concept.
- W3school - This is an amazing website which helped me finally understand CSS ::placeholder Selector. I'd recommend it to anyone still learning this concept.