<html>
    <head>
        <style type="text/css">
.button {
    border: 1px solid transparent;
    background: none;
    display: block;
}
        </style>
    </head>
    <body>
        <button class="button">hi</button>
        <button class="button">hi</button>
    </body>
</html>