diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..84736f737 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -4,24 +4,93 @@ My form exercise - + + -
-

Product Pick

-
-
-
- - -
-
- +
+
+

Product Pick

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

COLOR

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

SIZE

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
diff --git a/Form-Controls/styles.css b/Form-Controls/styles.css new file mode 100644 index 000000000..b60feb9f3 --- /dev/null +++ b/Form-Controls/styles.css @@ -0,0 +1,27 @@ +h1{ + color:rgb(127, 24, 175); + font-family:serif; + font-size:60px; + text-align: left; + font-style: oblique; + } + label{ + font-size: 22px; + color: rgb(29, 45, 133); + } + h2{ + font-size: 25px; + color: rgb(127, 24, 175);; + } + #wall{ + background-color:rgb(160, 243, 243); + padding:6px 6px; + border: 6px solid black; + max-width:70%; + margin: 3px auto; + } + footer{ + font-family: Arial, Helvetica, sans-serif; + font-size: 20px; + text-align: center; + } \ No newline at end of file