Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. .button{
  2. width: 50px;
  3. height: 50px;
  4. float: left;
  5.  
  6. text-align: center;
  7. line-height: 50px;
  8. background-image: url(imagens/blockbutton.png);
  9.  
  10. transition-property: all;
  11. transition-duration: 0.5s;
  12. transition-timing-function: ease;
  13. transition-delay: 0ms;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement