diff --git a/index.html b/index.html index 7929c6e..fdd9b9b 100644 --- a/index.html +++ b/index.html @@ -1,85 +1,90 @@ + - - + + - Survey of Facebook UI - - + Survey of Facebook UI + + - +
-

Questionnaire of the Facebook UI/UX

- - Facebook - +

Questionnaire of the Facebook UI/UX

+ + Facebook +
-
-

Give us your opinion about Facebook

-
- +
+

Give us your opinion about Facebook

+ +
- +
- +
- +

-
+
- -
+ +
- +
- - - - - +
+ + + + +
+
- +
- -
- - - - -
- + +
+
+ + + + +
+
+
- -
-
- 0 times
- 1-2 times
- 3-4 times
- 5 times or more
+ +
+
+ 0 times
+ 1-2 times
+ 3-4 times
+ 5 times or more
@@ -90,17 +95,18 @@ Usability
Nothing
- +
-
-

Please enter your comments here:

- -

-
+
+

Please enter your comments here: +

+

+ +
- +
@@ -109,13 +115,11 @@

Website created by Ruchira, Sam, Batuhan, and Kene

- - + + - - - + \ No newline at end of file diff --git a/styles.css b/styles.css index 4c79208..f48214d 100644 --- a/styles.css +++ b/styles.css @@ -13,6 +13,14 @@ h1{ } +.browser{ + padding-left: 10px; +} + +.texto{ + padding-left: 35px; +} + .survey_body{ background-color: #ffffff; margin: 20px; @@ -32,18 +40,16 @@ h1{ text-align: center; } -.gender{ +.two{ text-align: center; font-size: 20px; - padding-top: 20x; padding-left: 10px; } .box{ text-align: center; font-size: 20px; - padding-top: 20px; - padding-bottom: 20px; + padding-bottom: 30px; } .btn-control{ @@ -75,3 +81,15 @@ h1{ } +.button { + background-color: rgb(87, 139, 216); + border-color: transparent; + color: #ffffff; + font-size: 20px; +} + +.button:hover { + background-color: rgb(103, 163, 253); + color: #ffffff; + border-color: transparent; +} \ No newline at end of file