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

Product Pick

-
-
-
- - -
-
- - - + + + + + My form exercise + + + + + + +
+

Product Pick

+
+
+
+
+ + +
+
+ + +
+
+ T-shirt Colour +
+ +
+
+ +
+
+ +
+
+
+ + +
+ + +
+
+ + + + \ No newline at end of file diff --git a/Form-Controls/style.css b/Form-Controls/style.css new file mode 100644 index 000000000..043349b02 --- /dev/null +++ b/Form-Controls/style.css @@ -0,0 +1,27 @@ +body { + background-color: #FFFFE0; + font-family: Arial, sans-serif; + display: block; + margin: 50px 0 0 50px; + padding: 10px 20px 10px 20px; +} +div{ + margin-bottom: 20px; + +} +.tshirt-colour{ + margin-bottom: 15px; + display: centred; + align-items: center; +} +input[type="radio"] { + margin-right: 10px; + width: 20px; + height: 20px; + cursor: pointer; +} +label{ + padding: 10px 0; + display: inline-block; + cursor: pointer; +} \ No newline at end of file diff --git a/GitHomeworkFixErrors b/GitHomeworkFixErrors new file mode 160000 index 000000000..2ecfaf696 --- /dev/null +++ b/GitHomeworkFixErrors @@ -0,0 +1 @@ +Subproject commit 2ecfaf6968287c756aa4f9c7da13d9866627956f