diff --git a/Form-Controls/index.html b/Form-Controls/index.html
index 74b591ffc..cd6779f49 100644
--- a/Form-Controls/index.html
+++ b/Form-Controls/index.html
@@ -1,4 +1,4 @@
-
+
@@ -6,22 +6,109 @@
My form exercise
+
+
- Product Pick
+ T-Shirt Order
+ Verify your order and details below:
diff --git a/Form-Controls/mystyle.css b/Form-Controls/mystyle.css
new file mode 100644
index 000000000..3301cb644
--- /dev/null
+++ b/Form-Controls/mystyle.css
@@ -0,0 +1,16 @@
+/* Form Styling */
+/* Text Formatting */
+/* Headers */
+h1, h2 {font-family: Tahoma;}
+
+h2 {font-weight: lighter;}
+
+/* Paragraph */
+
+p {font-family: verdana;
+font-size: 90%;}
+
+.container {border-style: solid;
+ border-width: 1px;
+ padding: 5px;
+ max-width:350px;}