Hi!
Did you know that you can use custom CSS to animated things on your profile?
Yesterdays post showed you how to use custom CSS to spin your profile pic, today you'll learn how to animate your profile's background!
<style>
body{
background: linear-gradient(90deg, #0e66dd, #25d8d3);
animation: gradient 10s ease infinite;
background-size: 400% 400%;
}
@keyframes gradient{
0%{ background-position: 0% 50%; }
50%{ background-position: 100% 50%; }
100%{ background-position: 0% 50%; }
}
</style>
You can replace the two #color-codes in the third line with different colors to change the gradient!
Have fun!
Comments
Displaying 20 of 90 comments ( View all | Add Comment )
Felix
104 >_<
Report Comment
Brandon
That's really cool!!
Report Comment
Ghosted
102 :D
Report Comment
goldie ♡
101!
Report Comment
god is good
100 !!
Report Comment
Winter
99
Report Comment
⦻_𝐀𝐲𝐚𝐧𝐨-𝐂𝐡𝐚𝐧_✰
98
Report Comment
thatenbypan
97
Report Comment
cyberdreamz
96
Report Comment
Win7
95
Report Comment
dean winchester
94
Report Comment
ϟ₣ickℓe₱ickℓeϟ
93
Report Comment
Vanilla
92
Report Comment
seo
91
Report Comment
-☆ jett!!
89
Report Comment
jesu
88
Report Comment
nikita
85
Report Comment
denim
84
Report Comment
ZOMBIMBO
83
Report Comment
gogurt
82
Report Comment