diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..80d9de5d0 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -6,22 +6,101 @@ My form exercise + +
-

Product Pick

+

T-Shirt Order

+

Verify your order and details below:

- - + + + +
+ + +
+

+ +

+
+ + +
+

+ +

+
+ + +
+

+ + +

+
+ + +
+

T-Shirt Size:

+ +

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

+
+
+ +
+ +
+ +
+ +
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;}