Advertisement
jamesMcMeex

Find Out More v2

May 6th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.58 KB | None | 0 0
  1. <style>
  2.   .find-out-more.fluid {
  3.     width: 100%;
  4.     max-width: 715px;
  5.   }
  6.   .find-out-more .right-more-link {
  7.     margin-top: 5px;
  8.   }
  9. </style>
  10. <div class="find-out-more fluid clearfix">
  11.   <a href="mailto:c.tritton@renaisi.com">
  12.     <div class="left-more">Want to find out more?</div>
  13.     <div class="right-more">
  14.       <div class="right-more-img"><img src="http://www.renaisi.com/wp-content/uploads/2015/10/Clive-web-edited-2.jpg"></div>
  15.       <div class="right-more-link"><i class="fa fa-envelope"></i> Clive Tritton
  16.         <br>020 7033 2628</div>
  17.     </div>
  18.   </a>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement