Tags: animation
Description:
makes your profile float! btw if you have pngs that float on your page it will make them stuck!! i dont really know how to fix that srry :(((
Copy and paste this code into the "About me" section of your Profile to use it.
Caution: This Layout was not inspected by SpaceHey — use it at your own risk.
Comments
Displaying 20 of 38 comments ( View all | Add Comment )
knxxca
using! thank you!
Report Comment
fallendown
using. . .
Report Comment
๐๐๐๐๐๐999
using <3
Report Comment
lost_account
using
Report Comment
Lev4real
using!
Report Comment
LUNA โ
using! >:3
Report Comment
Ethan
using :33
Report Comment
an / ame ?!
Using!!!
Report Comment
3XC4L1BUR
USINGG :DDDDD
Report Comment
Angel โ beabadoobee fan
using!
Report Comment
NiVONA:3
usin!!!
Report Comment
Artix
using!!!
Report Comment
Cosmo
using :3
Report Comment
SimSim๐
Used !
Report Comment
theturkeeflee
maybe using?? erm...
Report Comment
Kiirumi
using this affects my floatie, locking it inside the main container, can anyone help, im stupid
Report Comment
i had the same problem as you, i changed the code of my floaties and made them to the footer and then removed the footer from op's code like so:
footer::after{
bottom: 3%;
left: 77%;
position:fixed;
pointer-events: none;
content:url("https://media.tenor.com/0CxDcUIjV3EAAAAi/karkat-homestuck.gif");
}
footer::before{
content: '';
background-repeat: no-repeat;
height: 500px;
width: 500px;
z-index: 200;
left: 0px;
bottom: 0px;
position:fixed;
pointer-events: none;
background-image: url("https://media.tenor.com/xNuJkUd-VBIAAAAi/homestuck-karkat.gif");
background-size:280px;
background-position: bottom 5% left 5%;
}
so i originally had 2 so i just made one before and the other after because you cant have both in one yknow ? in the footer::before i made it a background image so i could change the size but i didnt need that for the footer::after. you can [[and should]] change the position and size of this if you will use this code see what works best for you this website helped me alot with positioning
also im not a professional coder so idk if this si even the best way to do it but hey it works, heres the edited code from this layout too:
body::before {
}
.col, main, nav::before, .online, nav .links, nav .top {
animation: float 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.col, main, nav::before, .online, nav .links, nav .top {
animation: float 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes float {
0% { transform: translate(0, 0px);
}
50% {
transform: translate(0, 8px);
}
100% {
transform: translate(0, -0px);
}
so yeah the footer wont float but you will have your floaties not in the main, hope this helped you and whoever had the same issue and saw this comment. keep coding and decorating yall i love seeing all the amazing and creative pages in spacehey
by K00LAIDMNSTR6; ; Report
ninia
using this it looks sooo cool :D
Report Comment
sharpytown สโกษ
using!
Report Comment
toastymell
using
Report Comment
irlsan
using
Report Comment