<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>