HTML and Tailwind CSS
<style>
html,
body,
.container, .center {
margin: 0;
padding: 0;
height: 100%;
}
.center {
display: flex;
align-items: center;
justify-content: center;
}
h1 {
font-size: 6.5em;
}
a {
text-decoration: none;
}
</style>
<div class="center">
<h1><a href="portfolio.html">☕️<a></h1>
</div>