JSFiddle - React, Tailwind, and code Playground
by Love Trivedi
HTML
<body>
<div class="menu">
<ul>
<a href="index.html">BACK</a>
<a href="index.html">HOME</a>
<a href="index.html" class="right">MISC</a>
</ul>
</div>
</body>
CSS
.box {
border: 1px solid #333;
cursor: pointer;
height: 73px;
margin: 40px 42px 0 0;
width: 269px;
position:relative
}
.img_pic {
display: block;body
{
background-color: #ffffff;
}
.menu
{
font-family:"HelveticaNeue-Light", "Arial";
font-size: 75%;
color: #1f4462;
text-align:left;
margin-left: -36px;
margin-top: -3px;
font-style: normal;
letter-spacing: 1px;
word-spacing: 3px;
}
a:link
{
color:#1f4462;
text-decoration:none;
}
a:visited
{
color:#1f4462;
text-decoration:none;
}
a:hover
{
color:#1f4462;
text-decoration:none;
}
a:active
{
color:#1f4462;
text-decoration:none;
}
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
margin:auto
}
.right{
float:right;
}