-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidget.html
More file actions
19 lines (18 loc) · 785 Bytes
/
Copy pathwidget.html
File metadata and controls
19 lines (18 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Shopify Widget</title>
</head>
<body>
<div class="currently_playing" style="display: flex; background: #191414; color: #ffffff; align-items: center; column-gap: 10px; padding: 0px 7px; width: 300px">
<div class="spotify-logo" style="height: 75px; width: 75px; background: #1db954; border: 1px solid #191414; border-radius: 50%; display: inline-block"></div>
<div class="player-panel" style="max-width: 400px; overflow: hidden; display: inline-block">
<p class="artist">Avicii, Vargas & Lagola</p>
<p class="song">Friend of Mine</p>
<p class="user">@SDMasterGames0</p>
</div>
</div>
</body>
</html>