I’ve searched everywhere, but no luck
I want to create a <a> link button that has a fixed height, but fluid width, which means it has to be an inline element as its width stretches to its content. But I can’t use top or bottom padding for an inline element, and therefore can’t set its intended height. How is it possible to achieve the effect? Adding extra elements is fine, as long as it’ll work.
Thanks in advance. :thumb2: