Advertisement
Guest User

dół

a guest
May 28th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. position: relative;
  2. animation: mymove 5s infinite;
  3. }
  4. @keyframes mymove {
  5. from {left: 0px;}
  6. to {left: 500px;}
  7. button {
  8. padding: 50px;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement