Advertisement
Guest User

Untitled

a guest
Dec 15th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. body:before {
  2. content:"";
  3. height:100%;
  4. float:left;
  5. width:0;
  6. margin-top:-32767px;
  7. }
  8. * {
  9. margin:0;
  10. padding:0;
  11. outline: none;
  12. }
  13. html, body {
  14. height:100%;
  15. font-family: '_.regular';
  16. font-size: 13px;
  17. outline: none;
  18. }
  19. #wrap {
  20. min-height:100%;
  21. width:800px;
  22. margin: 2% auto;
  23. }
  24. #main {
  25. overflow:auto;
  26. padding-bottom: 30px;
  27. }
  28. #smm {
  29. width: 400px;
  30. height: 200px;
  31. float:left;
  32. }
  33.  
  34. #footer {
  35. position: relative;
  36. margin-top: 0px;
  37. height: 35px;
  38. clear:both;
  39. font-family: '_.regular';
  40. }
  41.  
  42. body {
  43. height: 100%;
  44. }
  45. #wrap {
  46. min-height: 100%;
  47. margin: 2% auto;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement