Response
Omg!! How do you have boarders around your boxes and stuff? Idk how to ask this but!! If you understand id love to have the code ^^!
paste this code into your CSS script in the profile section: .card-nest.w-full.shadow, .profile_card_section_1 { border-width:20px; border-style:solid; border-image: url(https://files.catbox.moe/aqn9pa.png) 15 fill round; } textarea, .convertible.pillmenu, div.nav_side.gap-1.flex .dropdown .shadow-md.inner, .profile_card_section_2, #warning_dialog, #status, pre, #question_box { border-width:20px; border-style:solid; border-image: url(https://files.catbox.moe/aqn9pa.png) 15 fill round; } change the image links to your selected border and enjoy !
Comment
if you mean how the pfp moves, } .profile_avatar { animation: float 3s infinite; } @keyframes float { 0% { transform: translateY(-0.5rem); } 50% { transform: translateY(0rem); } 100% { transform: translateY(-0.5rem); }
omg thank you so so much!! How is your icon centered also? Is that a code.. if I could snag that too !! :D