Hannibal Lecter asked 13 days ago

hi do you know how to space buttons out on hover? like the a:hover thing?

hi yes here's the code

<style>

buttons01 li a:hover {

letter-spacing: 0.5em;
transition: .4s;
}
</style>

you can change the letter-spacing to how wide you want it to be and the transition, and remember to add a hashtag in front of buttons01 (or your buttons element ID) bc hashtags don't show up on retrospring for some reason

Retrospring uses Markdown for formatting

*italic text* for italic text

**bold text** for bold text

[link](https://example.com) for link