File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,14 @@ body {
26
26
27
27
# musicControls {
28
28
position : fixed;
29
- top : 60 px ; /* Adjust the top value to leave enough space for the title */
29
+ top : 20 px ; /* Decreased the top value */
30
30
left : 50% ; /* Center horizontally */
31
31
transform : translateX (-50% ); /* Offset by 50% of its own width */
32
32
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 */
36
37
}
37
38
38
39
button {
You can’t perform that action at this time.
0 commit comments