-1
Hello, I would like to link an image of the Linkedin icon with my profile link, to place it in the footer and align it to the center of the footer. What the code would look like?
footer#rodape {
color: white;
text-align: center;
background: url(Background-baixo.jpg);
padding: 40px 0;
}
<footer id='rodape'>
<img class="rodape-baixo" src="rodape.png">
<p>Copyright © 2020 - by Bruno Menaguali</p>
<p><a href="https://www.linkedin.com/in/bruno-menaguali/" target="_blank">LinkedIn</a></p>
</footer>
What exactly is your doubt?
– Leandro Angelo