This is the homepage I’ve made of official site Netflix!

It was fun doing it, so I thought to share it with you guys too!
You don’t have to worry or think much on this cause I’ve made this with very simple but some tricky and advance commands. It was really really fun doing this that’s why I would suggest that apart from back-end everyone should take a lil break and do something like this!
Why I’m suggesting you this?
– The answer is very simple and logical that we human sometimes gets so tired of repeating the same thing or pattern again and again that either we get use to of it or looses our interest on the same context. Henceforth we Humans are always been advised that we should try something out of our comfort zone.
Coding part–
I’ve done the main content part in html file named “task”.
And used external stylesheet file that is”task1“.
Just to tell you the basics – html file is something where we use html tags which are predefined in nature, html file contains content which tells what data is going to be displayed on the frontend and in what format. It’s like when you open the file in browser the first screen which pops up to know what content is going to get displayed in that!
While in css file we decide or we style that how our content that is written in html file is going to look ! For example: we’ve written the code for button in html file now how that button is going to look in browser that we’ll style in css file such as background colour of button or button’s width, height, font size etc. Everything!
Will going to provide the code files in next post so that there I can explain it in much brief about the code being used !
Let’s code for a change:)
Keep coding!