Cabecera con logo


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <h1 id="logo"><a href="index.html" title="Peluquería unixes Akyab Estilistas">peluqueriaakyab.com</a></h1>
  2.  
  3.  
  4.  
  5. /* --- Cabecera (#header, #logo) ------------------------------------------ */
  6. #hd {
  7. height: 95px;
  8. margin: 0px;
  9. padding: 105px 0 10px 0px;
  10. width: 950px;
  11. position: relative;
  12. }
  13.  
  14. #logo {
  15. background: transparent url(../imagenes/logo.jpg) no-repeat;
  16. float: left;
  17. }
  18.  
  19. #logo a {
  20. display: block;
  21. text-indent: -999px;
  22. height: 100px;
  23. width: 240px;
  24. margin: 0;
  25.  
  26. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.