mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-23 18:32:20 +00:00
21 lines
399 B
HTML
21 lines
399 B
HTML
<!DOCTYPE HTML>
|
|
<style>
|
|
|
|
div.button {
|
|
display: inline-block;
|
|
background: yellow;
|
|
border: 2px solid fuchsia;
|
|
padding: 2px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
span {
|
|
display: inline-block; vertical-align: middle;
|
|
height: 20px; width: 50px; border: 2px solid blue;
|
|
margin: 1px -2px 1px 0; /* for implicit focuspadding, fully eroded and overflowed */
|
|
}
|
|
|
|
</style>
|
|
|
|
<div class=button><span></span></div>
|