From 561d8498eb1917da97594d1eac9d47585a626ee3 Mon Sep 17 00:00:00 2001 From: pratyaksh1610 Date: Thu, 25 Apr 2024 13:18:20 +0530 Subject: [PATCH] Fix include - Add faq section --- index.html | 181 ++++++++++++++++++++++++++++++++++++++++++++++++++++- style.css | 27 +++++++- 2 files changed, 204 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index de72906..9e5c084 100644 --- a/index.html +++ b/index.html @@ -85,7 +85,7 @@
Get Started >
@@ -223,11 +223,15 @@

-
- tv + tv
@@ -244,7 +248,178 @@

+
+
+
+ Frequently Asked Questions +
+
+
What is Netflix ?
+
+ +
+
+ +
+
How much does Netflix cost?
+
+ +
+
+ +
+
Where can I watch?
+
+ +
+
+
+
How do I cancel?
+
+ +
+
+
+
What can I watch on Netflix?
+
+ +
+
+
+
Is Netflix good for kids?
+
+ +
+
+ + + +
+ Ready to watch? Enter your email to create or restart your + membership. +
+ + +
+
+ +

+ +

diff --git a/style.css b/style.css index 0f06230..b804ec2 100644 --- a/style.css +++ b/style.css @@ -244,7 +244,6 @@ hr { } .download-show-fav{ - padding-top: 0; margin-top: 200px; } @@ -268,6 +267,32 @@ hr { left: 118px; } +.faq-flex { + justify-content: center; + align-items: center; +} + +.flex-row-faq-flex { + background-color: rgb(45, 45, 45); + padding: 20px; + width: 1100px; + margin: auto; + margin-top: 10px; + +} +.flex-row-faq-flex:hover { + background-color: rgb(60, 60, 60); + transition: all .5s ease; +} +.faq-ques { + /* justify-content: left; */ + flex-grow: 1; + font-family: Netflix-font; + font-weight: 400; + font-size: 27px; + +} + /* */ /* media auery */