Hello, I'm new to this, so I'm having a lot of trouble with this float.
I want to do something like this:
Myattempt:
.ant{
position: absolute;
float: left;
width: 80px;
height: auto;
margin-left: 30%;
margin-top: 60px;
}
.logo{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
float: left;
}
.prox{
width: 80px;
height: auto;
margin-right: 30%;
margin-top: 60px;
}
<div id="head">
<a href="index.html">
<img src="https://uploaddeimagens.com.br/images/001/156/860/original/ant.png?1509538781"class="ant"/>
</a>
<a href="index.html">
<img src="https://uploaddeimagens.com.br/images/001/156/858/original/logo.png?1509538726"height="112px" height="212px" class="logo"/>
</a>
<a href="index.html">
<img src="https://uploaddeimagens.com.br/images/001/156/862/original/prox.png?1509538834"height="112px" class="prox"/>
</a>
</div>