Styling a link or make it look like a button
The web was founded on links. The idea that we can click/tap a link and navigate from one web page to another.
Links in HTML even look different from regular text without any CSS styling at all.
<a href="https://example.com/">a link</a>
They are b...
blog.shahzar.in4 min read