Hi fwiends!
I did a complete revamp of my page theme!!
CSS was such a headache but I managed to figure it out!
I've seen some people with pics/gifs on top of their music player/at the bottom of the page.
I COULD NOT figure out how to do that :(
So if anyone knows pls help a girl out!
And let me know what you think about my new theme c:
xx <3
i can help you out with the music thing, just shoot me a message!
looks really cool !!
i used this for the gif above my player, just remove my url & put in the one u like :)
.player::before {
content: "";
display: block;
position: relative;
width: calc(50% -20px);
height: 335px;
max-width: 390px;
background-position: 0 0;
background-size: 100% 100%;
background-image: url(https://i.pinimg.com/originals/c9/96/fe/c996fe00fa883798d769beab21d9017a.gif);
object-fit: cover;
border: 3px double black;
}
UPDATE: I figured out the little pic at the bottom thing but I'd still like to know how to get the image above the music player :((