Update style.css

pull/233/head
Jleo-cjy 4 months ago committed by GitHub
parent 1fc8a96d23
commit 844c5a6c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -110,3 +110,18 @@ main {
.movie:hover .overview {
transform: translateY(0);
}
.detail-btn {
display: inline-block;
padding: 6px 12px;
background-color: #007bff;
color: white;
text-decoration: none;
border-radius: 4px;
font-size: 14px;
transition: background-color 0.3s;
}
.detail-btn:hover {
background-color: #0056b3;
}

Loading…
Cancel
Save