Advertisement
Guest User

estilo.css

a guest
May 15th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body
  5. {
  6. background-image:url(img/background.jpg);
  7. margin-left: auto;
  8. margin-right: auto;
  9. width: 13em
  10. }
  11.  
  12. #resultado
  13. {
  14. background-color:#96F ;
  15. text-decoration:underline;
  16. }
  17.  
  18. #paginacion
  19. {
  20. border: 1px solid #CCC;
  21. padding: .5em;
  22. overflow: hidden;
  23. }
  24.  
  25. #espacio
  26. {
  27. border: 2px solid #C06;
  28. text-align:center
  29. }
  30.  
  31.  
  32. #tipo1
  33. {
  34. background-color:#000;
  35. text-decoration:overline;
  36. font:Tahoma, Geneva, sans-serif; color: #FFF;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement