Advertisement
irfandx

Untitled

Jul 19th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.71 KB | None | 0 0
  1.   .totop{
  2.     background: red;
  3.     width:50px;
  4.     height:50px;
  5.     position:fixed;
  6.     bottom:75px;
  7.     right: 50px;
  8.     z-index:99;
  9.     cursor:pointer;
  10.     border-radius:100px;
  11.     transition:all .5s;
  12.     background:#013843 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
  13.   }
  14.  
  15.   .totop:hover{
  16.     background:#1d2129 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;}
  17.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement