:3
This commit is contained in:
parent
87092fcdfb
commit
031f84cc60
2 changed files with 141 additions and 114 deletions
24
src/App.css
24
src/App.css
|
|
@ -54,6 +54,30 @@
|
||||||
margin: 1em;
|
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 {
|
.musicdiv {
|
||||||
background-color: rgba(0, 0, 0, 0.731);
|
background-color: rgba(0, 0, 0, 0.731);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
||||||
|
|
@ -159,6 +159,9 @@ function App() {
|
||||||
src="./fireemoji.png"
|
src="./fireemoji.png"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="fakemusicbutton">
|
||||||
|
<p>:3</p>
|
||||||
|
</div>
|
||||||
<div class="musicbutton">
|
<div class="musicbutton">
|
||||||
<div
|
<div
|
||||||
class="oomfies"
|
class="oomfies"
|
||||||
|
|
@ -178,7 +181,7 @@ function App() {
|
||||||
<SingularOomfie
|
<SingularOomfie
|
||||||
name="vozy"
|
name="vozy"
|
||||||
discordid="359175647257690113"
|
discordid="359175647257690113"
|
||||||
url="https://vozy.exhq.dev"
|
url="https://vozy.amy.rip"
|
||||||
></SingularOomfie>
|
></SingularOomfie>
|
||||||
<SingularOomfie
|
<SingularOomfie
|
||||||
name="hazel"
|
name="hazel"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue