Guest User

Untitled

a guest
Jun 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #meta-container{
  2. width: 320px;
  3. overflow: hidden;
  4. background: #CDCDCD;
  5. }
  6.  
  7. #container{
  8. width: 640px;
  9. overflow: hidden;
  10. background: #CDCDCD;
  11. }
  12.  
  13. .slide{
  14. width: 320px;
  15. float: left;
  16. background: #CDCDCD;
  17. margin-left: 0px;
  18. position: relative;
  19. }
  20.  
  21. .slide{
  22. -webkit-transition-property: -webkit-transform;
  23. -webkit-transition-duration: 0.40s;
  24. -webkit-transition-timing-function: ease-in-out;
  25. }
Add Comment
Please, Sign In to add comment