Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# netflix.github.io
This is the Netflix Static Clone in which the cards are dynamic , responsive
# netflix.github.io
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>
<div class="showcase-content">
<h1>Unlimited movies, TV shows and more.</h1>
<h2>Watch anywhere. Cancel anytime.</h2>
<h2>Watch anywhere</h2>
<form>
<input type="email" placeholder="Email address">
<button type="submit" class="btn btn-xl">Try it Now</button>
Expand Down Expand Up @@ -53,7 +53,7 @@ <h3>Ready to watch? Enter your email to create or restart your membership.
<p class="text-lg">
If you decide Netflix isn't for you - no problem. No commitment. Cancel online anytime.
</p>
<a href="#" class="btn btn-lg">Watch free for first month</a>
<a href="#" class="btn btn-lg">Watch free</a>
</div>
<img src="tab-content.png">
</div>
Expand Down