Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf-8">
<title>Scrollable buttons are center-aligned and derive a baseline from their contents</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.com" title="Mozilla">
<link rel="match" href="scrollable-button-centering-ref.html">
<style>
button {
height: 5em;
}
</style>
<button style="overflow: hidden">ABC</button>
<button>ABC</button>
<button style="overflow: auto">ABC</button>