spotify-dl/api/style.css

25 lines
383 B
CSS

echo "
<style>
html {
background-color: #272727;
color: #E6E6E6;
}
a {
color: #E6E6E6;
}
#player {
min-width: 250px;
width: 40%;
}
.container-dis {
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
</style>
"