Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. html5
  2.  
  3. <footer>
  4. <a href="#" class="button">Continuar leyendo</a>
  5. <a href="#" class="button">Continuar leyendo</a>
  6. <a href="#" class="button">Continuar leyendo</a>
  7.  
  8. </footer>
  9.  
  10. CSS
  11.  
  12.  
  13. .button
  14. {
  15. position: relative;
  16. display: inline-block;
  17. /*background: #df7366;*/
  18. background-image: url('../images/boton1.jpg');
  19. color: #fff;
  20. text-align: center;
  21. border-radius: 0.6em;
  22. text-decoration: none;
  23. padding: 0.65em 3em 0.65em 3em;
  24. border: 0;
  25. cursor: pointer;
  26. outline: 0;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement