Squarespace button

HTML
<section class="dark"> <a class="xsfb xsfb--rect xsfb--rect--light" href="https://www.google.com/">Ga naar Google</a> </section>
CSS
html { background-color: black; } .xsfb { display: block; width:10%; margin: 10%; text-decoration: none; } .xsfb--rect { padding: 15px 20px; font-size: 11px; font-weight: 500; text-transform: uppercase; text-align: center; letter-spacing: .15em; border: 2px solid; transition: all .1s ease-out; } .xsfb--rect--light { color: #000; background-color: #fff; border-color: #fff; }
JAVASCRIPT
Expand for more options Login