Advertisement
20myloves13

mydesign

Oct 13th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1. body {
  2.     margin: 0px; /*means all margins up, right, bottom, and left will be 0px*/
  3.     font-family: Arial;
  4. }
  5.  
  6. #my_top_banner {
  7.     width: 800px;
  8.     height: 35px;
  9.     background-color: #FFCCFF;
  10.     margin: 0 auto;
  11.     font-size: 24px;
  12.     padding: 8px 0px 0px 0px;
  13.     text-align: center;
  14. }
  15.  
  16. #center_content {
  17.     width: 800px;
  18.     background-color: #F0F0F0;
  19.     margin: 0 auto;
  20. }
  21.  
  22. /*to adjust the height, just add this to your css code
  23. only the height can be adjusted from here, if you want
  24. to adjust the width, adjust it from the container of the slider*/
  25. .bx-wrapper ul li { height: 250px; }
  26.  
  27. #slider_container {
  28.     width: 400px;
  29.     margin: 0 auto;
  30.     padding: 0px 0px 1px 0px;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement