Have you noticed? Revospring is now lightning fast! We've been doing a lot to improve the site. Thanks for everybody who has been a part of this site during its growth period. We're now stronger than ever and the experience has never been this smooth! See what's new
For a few days, some anonymous questions weren't reaching inboxes β which is also why the site felt quiet. We found the cause, fixed it, and recovered the questions we could. Sorry for the trouble. Read what happened
how did you put the bi flag around your pfp on your profile?
well originally i used border image but then i remember border image doesnt work for rounded edges so instead i used:
.profile-avatar {
border-radius: 50%;
height: 200px;
width: 200px;
padding: 5px; /* for border thickness */
background: linear-gradient(#D60270 40%, #9B4F96 40% 60%, #0038A8 60%); /* bi flag colors yayyyy */
}
i looooove linear gradients theyre so easy to make so you can also use make other flags as needed <3
Revospring uses Markdown for formatting
*italic text* for italic text
**bold text** for bold text
[link](https://example.com) for link