Skip to content

Commit a2b4bb6

Browse files
authored
Update store.html
1 parent e31a789 commit a2b4bb6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

store.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@
2929

3030

3131

32+
3233
<main>
33-
<div class="heading1">
34-
Order your Karma wifi device today!
35-
</div>
34+
3635
<form>
36+
<div class="heading1">
37+
Order your Karma wifi device today!
38+
</div>
3739

3840
<label class="first-name-label" for="first-name">First name *</label>
3941
<input class="first-name" type="text" name="first-name" />
@@ -78,8 +80,8 @@
7880
<label class="terms-label" for="terms">By placing your order you agree to Karma's <a href="#" style="color: #E0633A;">Terms and Conditions</a>. * </label>
7981

8082

81-
<button class="submit-btn">Place my order</button>
8283

84+
<button class="submit-btn"><span class="submit-txt">place my order</span></button>
8385
<div class="girl-img">
8486
<img src="img/Girl working at desk.png" alt="Girl working at desk">
8587
</div>
@@ -90,8 +92,6 @@
9092

9193

9294

93-
94-
9595
</body>
9696

97-
</html>
97+
</html>

0 commit comments

Comments
 (0)