Skip to content

Commit

Permalink
Omg
Browse files Browse the repository at this point in the history
  • Loading branch information
LUISMAGAIVER341 committed Aug 20, 2023
1 parent 5fff140 commit 561fe82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
18 changes: 1 addition & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,7 @@
</a>

<!--<img id="spotify-docklet" src="https://spotify-github-profile.vercel.app/api/view.svg?uid=iransantos.marcio&redirect=true][https://spotify-github-profile.vercel.app/api/view.svg?uid=iransantos.marcio&cover_image=true&theme=default&bar_color=5e30eb&bar_color_cover=true"/>-->
<p id="Dock2">
<img id="spotify-icon" width="30" height="30" src="https://img.icons8.com/ios-filled/50/spotify.png" alt="spotify"/>
<button id="sptbtn" onclick="OpSm()">
</button>
<p align="right">
<p class="sMenu" id="spotify-menu">
<!-- <button id="dExit" onclick="sptexit()">
<img id="sImg" width="16" height="16" src="https://img.icons8.com/ios/500/delete-sign--v1.png" alt="delete-sign--v1"/>
</button> -->
</p>

<p id="spotify-blur"></p>
<button class="sMenu" id="dExitV2" onclick="sptexit()">
<img id="sImg" width="16" height="16" src="https://img.icons8.com/ios/500/delete-sign--v1.png" alt="delete-sign--v1"/>
</button>
</p>
</p>


<p id="Dock">

Expand Down
9 changes: 5 additions & 4 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,17 @@ body {
}

#Dock {
color-scheme: #34245d;
border: #ff4646 , 1px;
color-scheme: #ff5050;
top: 1%;
left: 14px;
padding: 0%;
color: #34245d;
color: #ff5050;
display: flex;
border-radius: 100px;
height: 32px;
width: 32px;
background-color: #34245d;
width: 96px;
background-color: #ff5050;
position: absolute;
}
#zitt {
Expand Down

0 comments on commit 561fe82

Please sign in to comment.