diff --git a/css/index.html b/css/index.html new file mode 100644 index 0000000..0c8e668 --- /dev/null +++ b/css/index.html @@ -0,0 +1,91 @@ + + + + + Fork Me! FCC: Test Suite Template + + + + + + + + + +
+

Survey Form

+ +

Let us know how we can improve freeCodeCamp

+
+ +
+ + + +
+
+ + + + +

+ + + + + + +
+
+ + + + + + +

+ + Male
+ Female
+ Other + +

+ + I have a bike
+ I have a car
+ +

+ + + + +
+
+ + +
+ + + + + + diff --git a/css/style.css b/css/style.css index e69de29..d66d671 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,18 @@ +html, body { + background-color: #a9d7d1; + text-align: center; + font-family: 'Raleway', Helvetica, sans-serif; + min-width: 320px; +} +.align-center{ + text-align: center; +} + +#form-outer { + margin: 0 auto; + border-radius: 4px; + width: 75%; + max-width: 900px; + padding: 10px; + padding-top: 20px; +} \ No newline at end of file diff --git a/index.html b/index.html index 0d56c1e..3b27130 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + + + +
+

Survey Form

+ +

Let us know how we can improve freeCodeCamp

+
+ +
+ + + +
+
+ + + + +

+ + + + + + +
+
+ + + + + + + +

+ + Male
+ Female
+ Other + +

+ + I have a bike
+ I have a car
+ +

+ + + + +
+
+ + +
+ + +