diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..610b2c001 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,99 @@ - - + + My form exercise - - + + + + +
-

Product Pick

+

Customer Confirmation Form

+
+
-
- - + +
+ + +
+ +
Email: + +
+ +
+ + + +
+ + + +
+ +
+ + +
+ +
+ + +
+ +
+ + + Gender + + +
+ + +
+ +
+ + +
+ +
+
+ + +
+ +
+
+ + +
+
diff --git a/Form-Controls/results.html b/Form-Controls/results.html new file mode 100644 index 000000000..e69de29bb diff --git a/Form-Controls/style.css b/Form-Controls/style.css new file mode 100644 index 000000000..db737f1c6 --- /dev/null +++ b/Form-Controls/style.css @@ -0,0 +1,23 @@ +h2 { + text-align: center; + color: #333; + font-size: 24px; +} +body { + font-family: Arial, sans-serif; + background-color: #c597b0; + margin: 0; + padding: 20px; +} +header { + background-color: #c597b0; + color: rgb(53, 50, 50); + padding: 5px 0; +} +form { + background-color: #dd9ad2; + padding: 20px; + border-radius: 10px; + max-width: 500px; + margin: auto; +} diff --git a/Wireframe/README.md b/Wireframe/README.md index aa85ec80b..f367585e6 100644 --- a/Wireframe/README.md +++ b/Wireframe/README.md @@ -13,6 +13,7 @@ ## Task + ![Wireframe](./wireframe.png) Using the provided wireframe and resources, write a new webpage explaining: diff --git a/Wireframe/images/Cafe Wireframe .jpg b/Wireframe/images/Cafe Wireframe .jpg new file mode 100644 index 000000000..8bf7864b6 Binary files /dev/null and b/Wireframe/images/Cafe Wireframe .jpg differ diff --git a/Wireframe/images/Classroom Wireframe.jpg b/Wireframe/images/Classroom Wireframe.jpg new file mode 100644 index 000000000..8bf7864b6 Binary files /dev/null and b/Wireframe/images/Classroom Wireframe.jpg differ diff --git a/Wireframe/images/Shopping Wireframe.jpg b/Wireframe/images/Shopping Wireframe.jpg new file mode 100644 index 000000000..8bf7864b6 Binary files /dev/null and b/Wireframe/images/Shopping Wireframe.jpg differ