blob: 71b37af9ecb047d832b2131a3f9fbbe47c007e00 [file] [log] [blame]
<html>
<head>
<style type="text/css">
.button {
border: 2px solid transparent;
background: none;
display: block;
}
</style>
</head>
<body>
<button class="button">hi</button>
<button class="button">hi</button>
</body>
</html>