« Helping each other Forum

layout requwest thingy

can someome make me a lil capybara gif or img that can go in the corner of your profile or can go in the lil sextion thingys. ty!!


Report Topic

1 Reply

Reply by Ryan

posted

If you copy and paste the code below into any of your profile's boxes (about, who I'd like to meet, general, etc) you'll see a small gif of a capybara waving. Should be what you're looking for, more or less. Feel free to change anything in red to make changes.

Changing the width will change the size of the gif.

Changing the img src URL inside of the "" to a URL of another gif will change the gif.

Changing the number for bottom will move the gif up or down depending on if you use a positive or negative number (example: 10px for positive and -10px for negative), and changing the number for left will move the gif to the right or left depending on if you use a positive or negative number.


<div class="capybara"><img src="https://media.tenor.com/zkM2DkoHbQkAAAAi/capibara.gif"/>

<style>

.capybara {

width: 200px;

height: auto;

position: fixed;

bottom: 0px;

left: 0px;

display: flex;

z-index: 99;}

</style></div>


Report Reply