I would like to know how I can center the icons https://imgur.com/a/kPHrvHs and also the title since I have had several problems regarding that. I have been trying on my own but it does not work out for me, if someone could help me I would greatly appreciate it
#imagenes{
max-width: 10%;
padding-top: 1%;
float: left;
}
#imagen2{
float: left;
max-width: 10%;
padding-top: 2%;
}
#facebook{
float: right;
max-width: 10%;
padding-top: 2%;
}
<section class="contacto">
<p id="titulo17">Contacto</p>
<div id="imagenes">
<a href="https://twitter.com/josepginer17"><img src="img/twitterlogo.png"></a>
</div>
<div id="imagen2">
<a href="https://mail.google.com/mail/u/0/?tab=rm&ogbl#inbox"><img src="img/gmail.jpg"></a>
</div>
<div id="facebook">
<a href="https://www.facebook.com/"><img src="img/facebook.jpg"></a>
</div>
</section>
here I leave the modification and solution based on your code, I hope I have solved your problem :) let me know if you have any questions, greetings.