diff --git a/movies.html b/movies.html index b6d3bed..7d6c2ee 100644 --- a/movies.html +++ b/movies.html @@ -39,6 +39,61 @@ background-image: linear-gradient(to right,red,orange); z-index: 100; } +.poll-overlay { + display: none; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgba(24, 24, 24, 0.9); + z-index: 1000; + justify-content: center; + align-items: center; +} + +.poll-content { + background: #2f2f2f; + padding: 20px; + border-radius: 10px; + border: 2px solid #ffcc00; + max-width: 400px; + width: 80%; + text-align: center; + color: #ffcc00; +} + +.poll-content h2 { + margin-top: 0; + color: #ff4b2b; +} + +.poll-content ul { + list-style-type: none; + padding: 0; +} + +.poll-content ul li { + margin: 10px 0; + color: #e1e1e1; + font-size: 20px; +} + +.poll-content button { + margin: 10px; + padding: 8px 16px; + background-color: #ff4b2b; + color: #ffffff; + border: none; + border-radius: 4px; + cursor: pointer; + transition: background-color 0.3s ease; +} + +.poll-content button:hover { + background-color: #ffcc00; +} + @@ -236,6 +291,31 @@

Contact Us

+ +
+
+

Vote for Your Favorite Movie

+ + + + +
No votes yet. Be the first to vote!
+
+
+ + +