0
I would like the Between/Register be centered vertically inside the edges, but I’m not able to do that.
Follow the code below:
HTML:
<ul class="menu_2">
<div class="user"><li><i class="fa fa-user"></i> Entre/Cadastre-se<i class="fa fa-angle-down"></i></li></div>
</ul>
CSS:
.menu_2{
padding: 10px;
font-size: 10pt;
margin-top: 20px;
color: #6495ED;
}
.user{
margin-right: 30px;
font-size: 12pt;
border: 1px solid;
float: left;
height: 49px;
}