I was recently looking through other people's sites to try and find inspiration on what I could try style wise and I came across @MentaL's site https://forum.ragezone.com/
They’ve done something really interesting with user banners and names, adding small GIFs to make them stand out more and I really like the result.
I'd like to do something similar and was wondering if anyone's got any GIFs they're willing to share, or if there's a place they'd recommend I start looking.
To start this discussion off I've already found this website https://gifcities.org/ which has provided me with a couple I could use.
An example is:
I’m also considering putting together a GitHub repository with the GIFs I end up using (and ones I’ve tested that work well). Would that be something people here would find useful?
They’ve done something really interesting with user banners and names, adding small GIFs to make them stand out more and I really like the result.
I'd like to do something similar and was wondering if anyone's got any GIFs they're willing to share, or if there's a place they'd recommend I start looking.
To start this discussion off I've already found this website https://gifcities.org/ which has provided me with a couple I could use.
An example is:
Less:
.userBanner.userBanner--group {
background-image: url(shark_fin.gif);
background-position: center bottom;
background-size: 100%;
background-repeat: no-repeat;
}
I’m also considering putting together a GitHub repository with the GIFs I end up using (and ones I’ve tested that work well). Would that be something people here would find useful?