There was an error while loading. Please reload this page.
1 parent fa58d77 commit 418efc8Copy full SHA for 418efc8
1 file changed
Form-Controls/index.html
@@ -4,7 +4,7 @@
4
<meta charset="utf-8" />
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<title>My form exercise</title>
7
- <meta name="description" content="" />
+ <meta name="description" content="Form for ordering T-Shirts" />
8
<meta name="viewport" content="width=device-width, initial-scale=1" />
9
</head>
10
<body>
@@ -113,6 +113,8 @@ <h1>Product Pick - T-Shirt Order Form</h1>
113
</select>-->
114
115
<button type="submit">Place Your Order</button>
116
+button{background-colour:blue;
117
+colour:white;}
118
</form>
119
</main>
120
<footer>
0 commit comments