Guest User

Untitled

a guest
Nov 19th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. .container {
  2. padding-left:0px;
  3. height: 100%;
  4. width: 100%;
  5. left: 0;
  6. -webkit-transition: left 0.4s ease-in-out;
  7. -moz-transition: left 0.4s ease-in-out;
  8. -ms-transition: left 0.4s ease-in-out;
  9. -o-transition: left 0.4s ease-in-out;
  10. transition: left 0.4s ease-in-out;
  11. }
Add Comment
Please, Sign In to add comment