Skip to content

Commit 7f18ff9

Browse files
authored
index.html
1 parent a9c1a11 commit 7f18ff9

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

index.html

+8-9
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<!-- Rating state start -->
31-
<div class="container">
31+
<main>
3232
<div id="before" style="display: block">
3333
<img id="star" src="images/icon-star.svg" alt="star image" />
3434

@@ -77,15 +77,13 @@ <h1>How did we do?</h1>
7777

7878
<h1>Thank you!</h1>
7979

80-
<p>
81-
We appreciate you taking the time to give a rating. If you ever need
82-
more support, don’t hesitate to get in touch!
83-
</p>
84-
80+
<p>We appreciate you taking the time to give a rating. If you ever need
81+
more support, don’t hesitate to get in touch!</p>
82+
</div>
83+
</div>
84+
</main>
8585
<!-- Thank you state end -->
86-
</div>
87-
</div>
88-
</div>
86+
<footer>
8987
<div class="attribution">
9088
<p>
9189
Challenge by
@@ -95,6 +93,7 @@ <h1>Thank you!</h1>
9593
<a href="http://www.instagram.com/yurikoller">Yuri Koller</a>.
9694
</p>
9795
</div>
96+
</footer>
9897
<script src="script.js"></script>
9998
</body>
10099
</html>

0 commit comments

Comments
 (0)