Advertisement
wingman007

CSS_logo_bar

Jul 29th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1. <style type="text/css">
  2. .logos-container {
  3. width: 100%;
  4. height: auto;
  5. overflow: hidden;
  6. }
  7. .img-log {
  8. float: left;
  9. display: block;
  10. }
  11. .logo-lik {
  12. border: none;
  13. decoration: none;
  14. }
  15. </style>
  16. <div class="logos-container">
  17. <a href="http://www.global.adidas.com/" target="_blank" class="logo-link"><img src="http://ratonisport.com/wp-content/uploads/2015/07/Adidas-Logo-Small.png" title="Adidas" alt="Adidas logo" class="img-logo" style="width:65px;height:43px;"/></a><a href="http://www.asicsamerica.com/" target="_blank" class="logo-link"><img src="http://ratonisport.com/wp-content/uploads/2015/07/Asics-Logo-Small.png" title="Asics" alt="Asics logo" class="img-logo" style="width:116px;height:38px;"/></a>
  18. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement