Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Supraboy981322 authored Nov 29, 2023
1 parent 99315b0 commit b1fa75f
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions proto-and-wip/music-player/music-player.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!DOCTYPE html>
<html lang="en">

<head>

</head>
<style>
@font-face {
font-family: D-DINExp;
src: url("https://supraboy981322.github.io/styles/fonts/D-DINExp.otf");
}


html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: D-DINExp;
}

body {
background: url("https://supraboy981322.github.io/embeded-content/background.png");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right;
}

#itemText {
margin: 9px 0px 0px 0px;
padding: 0px;
}

.listItem {
background-color: rgba(255, 255, 255, 0.40);
backdrop-filter: blur(3px);
border: 4px solid rgba(230, 230, 255, 0.40);
display: flex;
padding: 10px;
border-radius: 14px;
}

.listItem img {
margin: 0px 0px 0px 14px;
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 14px;
border: 4px solid rgba(230, 230, 255, 0.60);
}
</style>

<body>
<template id="listItem">
<div class="listItem">
<div id="itemText">
<b>Nice elevator, you gorm</b>
<p>By Randomrhynos</b>
<p>1:43</p>
</div>
<img src="https://supraboy981322.github.io/uncanny%20gobledygook.png">
</div>
</template>
<div id="player">

</div>
<div id="browser">

</div>
</body>
<script>

</script>

</html>

0 comments on commit b1fa75f

Please sign in to comment.