1
0
Fork 0
This commit is contained in:
amy 2025-03-09 14:43:11 +03:30
parent 87092fcdfb
commit 031f84cc60
No known key found for this signature in database
2 changed files with 141 additions and 114 deletions

View file

@ -54,6 +54,30 @@
margin: 1em;
}
.fakemusicbutton {
background-color: #272525;
color: pink;
font-family: Roboto, sans-serif;
font-weight: 500;
font-size: 14px;
padding: 10px 30px;
box-shadow: none;
border-radius: 5px;
transition: 100ms;
transform: translateY(0);
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
border: none;
margin: 1em;
}
.fakemusicbutton:hover {
background-color: transparent;
color: transparent;
}
.musicdiv {
background-color: rgba(0, 0, 0, 0.731);
position: fixed;

View file

@ -159,6 +159,9 @@ function App() {
src="./fireemoji.png"
/>
</div>
<div class="fakemusicbutton">
<p>:3</p>
</div>
<div class="musicbutton">
<div
class="oomfies"
@ -178,7 +181,7 @@ function App() {
<SingularOomfie
name="vozy"
discordid="359175647257690113"
url="https://vozy.exhq.dev"
url="https://vozy.amy.rip"
></SingularOomfie>
<SingularOomfie
name="hazel"