Guest User

Untitled

a guest
Nov 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. .bigbox {
  2. width:100%px;
  3. height:600px;
  4. background-color:#000000;
  5. overflow-x:scroll;
  6. overflow-y:hidden;
  7. white-space:nowrap;
  8. }
  9. .box{
  10. width:auto;
  11.  
  12. background-color:#AAAAAA;
  13. margin:5px;
  14. display:inline-block;
  15. }​
Add Comment
Please, Sign In to add comment