how do i put imagez on my page in da cornerz like diz ?? :0c i wanna put the gir dancing gif on the side of my profile :DD
https://media.discordapp.net/attachments/660296713679929344/858178968418910218/unknown.png
and alzo how do i change my myspace linnk above the mp4-- everytime i try 2 change it it juz fukz up my whole layout >_<
UPDATE I GOT THE CODE THAANK U GUYZ <33333
also to put the image in the corner, i think you change the url to it and then move it to the corner!
herez the css for how i replaced the url with an image!!
.url {
font-size: 0px;
background: url(https://64.media.tumblr.com/45d2a5f80392dea0fe8df03af1bd230c/80ed25fd2b0ac227-fd/s250x400/18ee33ff01d5be88a0fe210f98685be3a5301e16.gifv);
background-size: 100%;
height: 137px;
border: 0px;
}
here da code for the corner imageee
.url {
font-size: 0px;
background: url(|||);
background-size: cover;
position: fixed;
right: 0;
bottom: 0;
color: transparent !important;
height: 256px;
width: 256px;
border: none;
box-shadow: none;
padding: 0 !important;
z-index: 1000;
}
u can adjust it since I took it from my page xP