Skip to content

Commit 418efc8

Browse files
committed
Filled in the content of the description, added colour to button
1 parent fa58d77 commit 418efc8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<title>My form exercise</title>
7-
<meta name="description" content="" />
7+
<meta name="description" content="Form for ordering T-Shirts" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99
</head>
1010
<body>
@@ -113,6 +113,8 @@ <h1>Product Pick - T-Shirt Order Form</h1>
113113
</select>-->
114114

115115
<button type="submit">Place Your Order</button>
116+
button{background-colour:blue;
117+
colour:white;}
116118
</form>
117119
</main>
118120
<footer>

0 commit comments

Comments
 (0)