diff --git a/reviews.html b/reviews.html index 06e0a16..ae58792 100644 --- a/reviews.html +++ b/reviews.html @@ -16,78 +16,66 @@ } .container { - max-width: 1400px; - margin: 0 auto; + max-width: 800px; + margin: 20px auto; padding: 20px; + background-color: #fff; + border-radius: 10px; + box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } .header { - background-color: #ffcc00; + background: linear-gradient(to right, #ff8a00, #ffcc00); padding: 20px; text-align: center; - border-bottom: 2px solid #000; border-radius: 10px; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); + margin-bottom: 20px; } - .highlight { - color: #333; + .header h1 { + margin: 0; + color: #fff; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } - .line { - border-top: 1px solid #000000; - margin: 20px 0; + .header p { + color: #fff; + margin-top: 10px; } .content { padding: 20px; - } - - .search-bar { - margin-bottom: 20px; - display: flex; - align-items: center; - } - - .search-input { - padding: 10px; - border: 1px solid #ccc; - border-radius: 5px; - margin-right: 10px; - flex: 1; - } - - .search-button { - padding: 10px 20px; - background-color: #333; - color: #fff; - border: none; - border-radius: 5px; - cursor: pointer; + border-radius: 10px; + background-color: #f0f0f0; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .comment-section { margin-top: 20px; - border: 1px solid #ccc; - border-radius: 10px; - padding: 20px; } .comment-form input, .comment-form textarea { margin-bottom: 10px; padding: 10px; - width: 100%; + width: calc(100% - 22px); border: 1px solid #ccc; border-radius: 5px; } .comment-form button { padding: 10px 20px; - background-color: #333; + background-color: #ff8a00; color: #fff; border: none; border-radius: 5px; cursor: pointer; + transition: background-color 0.3s ease; + } + + .comment-form button:hover { + background-color: #ff6b00; } .comments { @@ -97,16 +85,26 @@ .comment { border-bottom: 1px solid #ccc; padding: 20px 0; + transition: background-color 0.3s ease; + } + + .comment:hover { + background-color: #f0f0f0; } .comment button { margin-left: 10px; padding: 5px 10px; - background-color: #333; + background-color: #ff6b00; color: #fff; border: none; border-radius: 3px; cursor: pointer; + transition: background-color 0.3s ease; + } + + .comment button:hover { + background-color: #ff8a00; } .additional-links { @@ -120,6 +118,11 @@ color: #333; text-decoration: none; font-weight: bold; + transition: color 0.3s ease; + } + + .additional-links a:hover { + color: #ff8a00; } .copyright { @@ -130,22 +133,6 @@ margin-top: 20px; border-radius: 10px; } - - @media (max-width: 768px) { - .search-bar { - flex-direction: column; - } - - .search-input { - margin-right: 0; - margin-bottom: 10px; - } - - .search-button { - width: 100%; - } - } - @@ -154,22 +141,16 @@
-

EasyShop.com - Reviews

+

EasyShop.com - Reviews

Explore reviews from our satisfied customers. Share your experience with us!

-
-
-
-

Leave a Review

+

Leave a Review

- + @@ -177,16 +158,14 @@

Leave a Review

-

Reviews

+

Reviews

-
- -
- @@ -204,9 +181,6 @@

Explore More