<!DOCTYPE html>
<html>
<head>
<title> </title>
<style type="text/css">
ul{
margin: 0;
padding:0;
width:66px;
height:32px;
border-radius:10px;
position:absolute;
left:225px;
top: 10px;
}
#li1{float: left;display: table-cell;}
#li2{float: right;display: table-cell;}
body{font-family:"Microsoft Yahei";}
</style>
</head>
<body>
<h1>Enigmatico</h1>
<ul>
<li1 style="color:white;background-color:#171717">sign in</li1>
<li2 style="color:white;background-color:#8f3232">sign up</li2>
</ul>
</body>
</html>
HiFrontend