Guest User

Untitled

a guest
Dec 12th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. div{
  2. text-aling:center;
  3. 600px
  4. min
  5. }
  6.  
  7.  
  8. a{
  9. display:inline-block;
  10. width:300px;
  11. marging:50px;
  12. padding: 20px;
  13. background-color:red;
  14. float:left;
  15. color: rgba(255, 255, 255, .8);
  16. border-radius: 40px;
  17. font-size:40px;
  18. font-size:150%;
  19. text-decoration:none;
  20. text-tranform: uppercase;
  21. font-family:sans serif;
  22. position:absolute;
  23. }
  24.  
  25.  
  26. a:hover{
  27. box-shadow: 0 0 10px rgba(0,0,0,.7);
  28. }
  29.  
  30.  
  31. a:hover:after{
  32. content: "clck click";
  33. }
  34.  
  35.  
  36. a:hover:info.hover{
  37. content: inline;
  38. }
  39.  
  40.  
  41. a:hover:span{
  42. display: none;
  43. }
  44.  
  45.  
  46. a:active{
  47. box-shadow: inset 0 0 10px rgba(0,0,0,.7);
  48. }
Add Comment
Please, Sign In to add comment