diff --git a/index.html b/index.html index ce088e8..7f6634e 100644 --- a/index.html +++ b/index.html @@ -259,7 +259,7 @@

ArcticDelights

Home About Menu -Review +Review Blogs Contact Us My Orders diff --git a/review.html b/review.html new file mode 100644 index 0000000..e37b4dc --- /dev/null +++ b/review.html @@ -0,0 +1,504 @@ + + + + + + + + + Arctic Delights + + + + + + + + + + + + + + + + +
+ + +
+
+

🍦 Arctic Reviews 🍦

+
+

Submit Your Review

+
+
+ + +
+ +
+ + +
+ + +
+ + +
+ +
+ + +
+ + +
+
+
+ + + + + + + \ No newline at end of file diff --git a/style.css b/style.css index 13e0a1f..7580a0b 100644 --- a/style.css +++ b/style.css @@ -2142,4 +2142,6 @@ form h3{ } #backToTop:hover { background-color: #0056b3; /* Darken on hover */ -} \ No newline at end of file +} + +/* Review Page styles */ \ No newline at end of file