travis ★'s profile picture

Published by

published

Category: Blogging

so tired zbzb

PLE A spacehey let me post this this is try 3


i have spent a good 4 hours learning how to code and editing my profile. i want to pass out ahhhh


it looks good kinda but it feels incomplete still 😖😖


have a good night exs dee

-☘️


2 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

KRYS

KRYS's profile picture

ur profile is fucking awesome so far i think ^_^ if u wanna add more stuff smth i like to do is make my pfp rotate w this code:

.general-about .profile-pic img{
animation-name: rotate !important;
animation-duration: 2s !important;
animation-iteration-count: infinite !important;
}

@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}

theres also one for floating thats like

.general-about .profile pic img{
animation-name: float !important;
animation-duration: 3s !important;
animation-iteration-count: infinite !important;
}

@keyframes float {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 11px); }
100% { transform: translate(0, -0px); }
}


Report Comment



YIPPPEE THANK YOU ^^
-☘️

by travis ★; ; Report

NP!!!

by KRYS; ; Report