Advertisement
Guest User

Untitled

a guest
Jul 14th, 2019
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.72 KB | None | 0 0
  1.  <footer>
  2.     <div class="footer">
  3.  <div class="container">
  4.     <a href="#"><img src="img/logo.png" width="200px;" style="margin-top: 20px; margin-bottom: 20px;"></a>
  5.    
  6.     <div class="footer__icons">
  7.    <a href="#"><img src="icons/facebook-black.png" width="50px" style="margin-right: 30px;"></a>
  8.    <a href="#"><img src="icons/instagram-black.png" width="50px" style="margin-right: 30px;"></a>
  9.    <a href="#"><img src="icons/linkedin-black.png" width="50px" style="margin-right: 30px;"></a>
  10.    <a href="#"><img src="icons/twitter-black.png" width="50px" style="margin-right: 30px;"></a>
  11.    <a href="#"><img src="icons/vk-black.png" width="50px" style="margin-right: 30px;"></a>
  12.     </div>
  13.       </div>
  14. </div>
  15.   </footer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement