Removed Inline Styles
This commit is contained in:
2
hg.css
2
hg.css
@@ -48,6 +48,8 @@ body {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
|
box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-position: 50% 50%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.music-player .color-overlay {
|
.music-player .color-overlay {
|
||||||
|
|||||||
@@ -26,8 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<div class="music-player"
|
<div class="music-player">
|
||||||
style="background-image: url("http://retrowave.ru/artwork/ffd65c85c036971075677e76e6b250eef4c6ef2e.jpg"); background-position: 50% 50%; background-repeat: no-repeat;">
|
|
||||||
<div class="title-content">
|
<div class="title-content">
|
||||||
<div class="intro">Now Playing</div>
|
<div class="intro">Now Playing</div>
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
Reference in New Issue
Block a user