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