Skip to content

Commit 449518a

Browse files
committed
class additions
1 parent 22f1337 commit 449518a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Form-Controls/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010
</head>
1111
<body>
12-
<header>
12+
<div class="header">
1313
<h1>Product Pick</h1>
14-
</header>
15-
<main>
14+
</div>
15+
<main class="main-content">
1616
<form>
1717
<form class="order-form">
1818
<h2>T Shirt Order Form</h2>
@@ -53,7 +53,7 @@ <h2>T Shirt Order Form</h2>
5353
</div>
5454
</form>
5555
</main>
56-
<footer>
56+
<footer class="footer">
5757
<!-- change to your name-->
5858
<p>By John Robinson</p>
5959
</footer>

0 commit comments

Comments
 (0)