YOUR LAYPUT... YOUR LAYOUT/... IM .... ITS SO.. ITS PERFECT howd you get the borders
HII!! THANK U SM... im gonna be so real i got a LOT of my code from one of the staff named angel bc they dropped their code (link to that post here!! https://neospring.org/+r/7b4c417bf9) but if looking through it all is a little intimidating i can drop it here :3
/* this part is for ur pfp area!! ive attached a white version of the border w this one if you'd like to take it & recolor */ #profile_card { border-width:7px; border-style:solid; border-image: url(https://files.catbox.moe/3r3ukh.png) 7 fill round; }
/* sidebar exclusive!! you can def change this color to somenthing different if you'd like it to stand out more, made this blue as an example */ #sidebar { border-width:7px; border-style:solid; border-image: url(https://files.catbox.moe/6zvydf.png) 7 fill round; }
/* this is the border around ur "ask a question" thingy, left my orange version of the border here */ .card-nest .card:first-child { border-width:7px; border-style:solid; border-image: url(https://files.catbox.moe/5308wn.png) 8 fill round; }
/* this is the border around the editing screen + might include some other stuff i cant recall yet.. js publish your changes and open this screen and you'll see what i mean LOL feel free 2 change all of this to however u like :3 */ .card { border: 5px double #eb0cff; }
.footernav.flex-wrap.justify-center { display: none; }
GAHH THANK YOU SO MUCH MAN