Skip to content

Commit bdc3f78

Browse files
committed
Added name
1 parent 72fe93e commit bdc3f78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<main>
1313

14-
<form method="get" class="form-container">
14+
<form method="get" class="container">
1515
<header>
1616
<h1>T-shirt Order Form</h1>
1717
</header>
@@ -67,7 +67,7 @@ <h1>T-shirt Order Form</h1>
6767
</main>
6868
<footer>
6969
<!-- change to your name-->
70-
<p>By HOMEWORK SOLUTION</p>
70+
<p>By Lesya Lyaisyan</p>
7171
</footer>
7272
</body>
7373
</html>

0 commit comments

Comments
 (0)