Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. body {
  2. margin:50px 0px; padding:0px;
  3. text-align:center;
  4. }
  5.  
  6. #wrap {
  7. width:800px;
  8. margin:0px auto;
  9. text-align:left;
  10. padding:0px 5px;
  11. border:1px dashed #333;
  12. background-color:#e5a27a;
  13. }
  14.  
  15. #limpia {
  16. clear:both;
  17. }
  18.  
  19.  
  20. #paginacentral {
  21. float:left;
  22. border:1px dashed #333;
  23. width:100%;
  24. background-color:#aea457;
  25. }
  26.  
  27. #header {
  28. float:left;
  29. border:1px dashed #333;
  30. width:100%;
  31. }
  32.  
  33. #menu {
  34. float:left;
  35. border:1px dashed #333;
  36. width:100%;
  37. }
  38.  
  39. #contenido {
  40. float:left;
  41. border:1px dashed #333;
  42. width:100%;
  43. }
  44.  
  45. #menuizq {
  46. float:left;
  47. border:1px dashed #333;
  48. width:25%;
  49. }
  50.  
  51. #cuerpo {
  52. float:left;
  53. border:1px dashed #333;
  54. width:75%;
  55. }
  56.  
  57. #footer {
  58. float:left;
  59. border:1px dashed #333;
  60. width:100%;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement