SparklyCodes.
Sparkly/Nyx — she/her — 20
Welcome to my coding account! here you'll find all my profile codes. I am an artist by trade, though I'm also a full time student in a design major, as well as having about way too many hobbies for my own good.
A lover of all things space, sci-fi and magical, my whole life is held together by a couple of color coded spreadsheets. That is barely a joke.
Allow me up to 24 hours to respond to inquiries! I usually respond earlier, but you never know.
— Coding since july 2020 —
Terms Of Service
- Turn WYSIWYG off when coding. Even after you're done.
- I'm serious on this one. IF THE CODE BREAKS/ICONS DISAPPEAR THIS IS LIKELY THE CULPRIT!
- Use on TH only.
- Do not redistribute.
- Do not remove credit.
- Frankensteining is okay, as long as the other creator allows it. Credit both creators.
- Free to use as reference, credit in this case isn't required but appreciated!
Recent Favorites
Latest Bulletin
Helloooo sorry for not being very active I umm am getting very busy with uni and shiz...
1. Code Fill Comms
This is something I've been kinda wondering about is code filling comms, and tbh it's not that big of a deal usually for me to do so I thought I'd do an interest check. These would range from 5-15USD and I'd require a document with all the written info (the character is yours, after all (im not writing for you)) as well as desired colors + images. I'd only do my own codes, as it's a bit of a mixed subject with other coders. Vote on the poll to lmk if you'd be interested :]
2. AF Updates
With Art Fight getting its HTML update, I've received some questions about using my codes over there. And the answer is YES! I can't guarantee they'll look the same due to AF having a different greenlist, but you're free to port them over! I can't... really personally help with issues, though. Sorry.
3. Impromptu sale
Have a little summer treat :> 20% off on all shop items until the 13th! It'll apply automatically on VGen, but you have to click the following link for the sale to apply on ko-fi!
8 months, 8 days ago
amazing codes!! really good to get used to too. I used the program one for my OC Livia ^^
9 months, 27 days ago
omg like idk if you see comments but how do you make your links widen when you hover them?
like yk when i click a link the link widens a bit and stuff, it looks so cool but when i researched i found nothing that worked
thanks in advance for anyone who knows :3
1 year, 3 months ago
the following snippet should work! Only for premium CSS, though
a {
transition-duration: .5s;
&:hover, &:focus {
transition-duration: .5s;
letter-spacing: 2px;
}
}
1 year, 3 months ago