Advertisement
DesenvolverBatch

Slide.css

Sep 28th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. * {
  2.     margin: 0;
  3.     padding: 0;
  4. }
  5.  
  6. #slides {
  7.     width:300px;
  8.     height:300px;
  9.     margin:0 auto;
  10.     overflow:hidden;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement