-
Notifications
You must be signed in to change notification settings - Fork 450
Movies #103
Copy link
Copy link
Open
Description
singhritam95
opened on Jan 4, 2026
Issue body actions
<title>CineHub - Watch Movies Online</title>
<style>
body { margin: 0; font-family: 'Arial', sans-serif; background: #141414; color: #fff; }
header { background: rgba(0,0,0,0.8); padding: 20px; position: fixed; width: 100%; z-index: 10; display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 2em; font-weight: bold; color: #e50914; }
nav a { color: #fff; margin: 0 15px; text-decoration: none; }
nav a:hover { color: #e50914; }
.hero { height: 100vh; background: url('https://via.placeholder.com/1920x1080?text=Featured+Movie+Banner') center/cover; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero-content { background: rgba(0,0,0,0.6); padding: 40px; border-radius: 10px; }
.hero h1 { font-size: 4em; }
.btn { background: #e50914; color: #fff; padding: 15px 30px; border: none; border-radius: 5px; font-size: 1.2em; cursor: pointer; margin-top: 20px; }
.btn:hover { background: #f40612; }
.section { padding: 60px 40px; }
.section h2 { font-size: 2em; margin-bottom: 20px; }
.movies { display: flex; overflow-x: auto; gap: 20px; padding-bottom: 20px; }
.movie-card { min-width: 250px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.5); }
.movie-card img { width: 100%; height: 350px; object-fit: cover; }
.movie-card p { padding: 10px; text-align: center; background: #221f1f; }
footer { background: #000; padding: 20px; text-align: center; }
::-webkit-scrollbar { height: 8px; }
::-webkit-scrollbar-thumb { background: #e50914; }
@media (max-width: 768px) { .hero h1 { font-size: 2.5em; } }
</style>
CineHub
Home
Movies
TV Shows
New
Search
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
No fields configured for issues without a type.