diff options
-rw-r--r-- | hg.css | 2 | ||||
-rw-r--r-- | index.html | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -48,6 +48,8 @@ body { border-radius: 10px; box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5); text-align: center; + background-position: 50% 50%; + background-repeat: no-repeat; } .music-player .color-overlay { @@ -26,8 +26,7 @@ </div> </div> <div id="app"> - <div class="music-player" - style="background-image: url("http://retrowave.ru/artwork/ffd65c85c036971075677e76e6b250eef4c6ef2e.jpg"); background-position: 50% 50%; background-repeat: no-repeat;"> + <div class="music-player"> <div class="title-content"> <div class="intro">Now Playing</div> <hr> |