Removed Inline Styles

This commit is contained in:
Indrajith K L
2022-11-26 23:48:04 +05:30
parent 9624d079ce
commit 2604c2f88b
2 changed files with 3 additions and 2 deletions

2
hg.css
View File

@@ -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 {

View File

@@ -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(&quot;http://retrowave.ru/artwork/ffd65c85c036971075677e76e6b250eef4c6ef2e.jpg&quot;); 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>