88x31 Button

In case you’re not aware what this is, it’s a button in in the style of Geocities-era site buttons.
Here’s a bunch more of them.

Rehosting it is OK, but if you want to hotlink the image, it will always be available at this URL:

https://chitin.link/88x31.gif

Display considerations

Pixel art scales up poorly and looks blurry by default on the web. If you use my button, please use image-rendering: pixelated in the CSS to ensure it looks crisp. Hover over the buttons below for an example.

88x31 buttonnormal
88x31 buttonpixelated

Finally, it’s important the button isn’t stretched. It needs to be 88px wide by 31px tall, or a multiple of that.

Copy Code

Below is a piece of code you can copy to put my button on your site:

<a
href="https://chitin.link"
title="chitin.link"
style="display: contents"
>
<img
src="https://chitin.link/88x31.gif"
alt="chitin.link button"
style="image-rendering: pixelated; width: 88px; height: 31px;"
/>
</a>
"chitin.link" 88x31 button tooltip
chitin.link