LatviaCPI

anthr bttn bc i like making these

Oct 30th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. <head>
  2. <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
  3.       rel="stylesheet">
  4. <style>
  5.  
  6. body{background-color:gray;}
  7.  
  8. .o{
  9.  border-radius: 100px;
  10.  border: 1px solid #E53935;
  11.  background: #E53935;
  12.  padding: 5px;
  13.  transition: 0.3s;
  14. }
  15.  
  16. .o:hover{background: #fff;transition:0.3s;}
  17.  
  18. .o:hover .material-icons.md-36 { font-size: 40px;transition:0.3s; }
  19.  
  20. .material-icons.md-36 { font-size: 36px;transition:0.3s; }
  21.  
  22.  
  23. </style>
  24. </head>
  25.  
  26.  
  27. <button class="o"> <i class="material-icons md-36">whatshot</i>  </button>
Advertisement
Add Comment
Please, Sign In to add comment