Advertisement
Guest User

cambia cosas y modifica

a guest
Nov 22nd, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. @font-face
  2. {
  3. font-family:mifuente;
  4. src: url('EnchantedLand.otf');
  5. }
  6. body
  7. {
  8. background-color: #f2d5ac;
  9. }
  10. #contenedorglobal
  11. {
  12. background-color: #a3a2a2;
  13. margin:4px;
  14. box-shadow: 5px 5px 5px 5px grey;
  15. height: 600px;;
  16. }
  17. footer
  18. {
  19. background-color: dodgerblue;
  20. color: white;
  21. width: 100%;
  22. position: absolute;
  23. bottom: 0px;
  24. text-align: center;
  25. left: 0px;
  26. }
  27. #marcacabecera
  28. {
  29. font-family: mifuente;
  30. font-size: 100px;
  31.  
  32. }
  33. #cabecera
  34. {
  35. background-color: #f5f586;
  36. width: 98%;
  37. padding: 10px;
  38. text-align: center;
  39. margin-left: auto;
  40. margin-right: auto;
  41. border: 2px solid black;
  42. }
  43. #lemacabecera
  44. {
  45. font-style: italic;
  46. }
  47. #cuerpo
  48. {
  49. background-color: #ce9f53;
  50. border: 2px solid #585858;
  51. width: 65%;
  52. margin: 5px;
  53. margin-top: 15px;
  54. text-align: justify;
  55. padding:5px;
  56. }
  57. #enlaces
  58. {
  59. background-color: #ce9f53;
  60. border: 2px solid #585858;
  61. width: 20%;
  62. margin: 5px;
  63. margin-top: 15px;
  64. padding:5px;
  65. position: absolute;
  66. top: 150px;
  67. right: 10px;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement