I am having trouble centering three social media icons next to each other. I can't seem to figure out the proper way to do it.
https://i.stack.imgur.com/Zf5p9.png
<div class="maintext flipInX animated">
<div class="socials wow bounce animated" data-wow-delay="1s">
<a href="www.facebook.com"> <img src="http://s33.postimg.org/yitnj0vbz/fblogo.png"/></a>
<a href="www.github.com"> <img src="http://s33.postimg.org/r7peysh3z/github.png"/></a>
<a href="www.linkedin.com"> <img src="http://s33.postimg.org/lq7vvi8wv/linkedin_3_32.png"/></a>
</div>
</div>