Skip to content

Commit 9a1d333

Browse files
Update styles.css
1 parent 09b0b8b commit 9a1d333

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

styles.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ body {
2626

2727
#musicControls {
2828
position: fixed;
29-
top: 60px; /* Adjust the top value to leave enough space for the title */
29+
top: 20px; /* Decreased the top value */
3030
left: 50%; /* Center horizontally */
3131
transform: translateX(-50%); /* Offset by 50% of its own width */
3232
z-index: 9999; /* Ensure the controls are above other content */
33-
background-color: #ddd; /* Optional: Add background color for better visibility */
34-
padding: 10px; /* Optional: Add padding for better spacing */
35-
border-radius: 5px; /* Optional: Add border radius for better styling */
33+
background-color: #ddd; /* Add background color for better visibility */
34+
padding: 10px; /* Add padding for better spacing */
35+
border-radius: 5px; /* Add border radius for better styling */
36+
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Add shadow for better visual separation */
3637
}
3738

3839
button {

0 commit comments

Comments
 (0)