Advertisement
poisonthangs_x

background color slide links

Jul 5th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. .button_sliding_bg {
  2. color: #FFF;
  3. background: #EF672F;
  4. padding: 15px 20px;
  5. margin: 25px;
  6. font-family: ‘OpenSansBold’, sans-serif;
  7. font-size: 14px;
  8. font-weight: bold;
  9. letter-spacing: 1px;
  10. text-transform: uppercase;
  11. border-radius: 2px;
  12. display: inline-block;
  13. text-align: center;
  14. cursor: pointer;
  15. box-shadow: inset 0 0 0 0 #C14800;
  16. -webkit-transition: all ease 0.8s;
  17. -moz-transition: all ease 0.8s;
  18. transition: all ease 0.8s;
  19. }
  20. .button_sliding_bg:hover {
  21. box-shadow: inset 0 100px 0 0 #C14800;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement