Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. .icon-right {
  2.             width: 50px;
  3.             height: 50px;
  4.             background-repeat: no-repeat;
  5.             background-position: center center;
  6.             margin-bottom: 20px;
  7.             transition: 0.3s;
  8.         }
  9.  
  10.         .icon-right > a {
  11.             display: block;
  12.             width: 50px;
  13.             height: 50px;
  14.             text-decoration: none;
  15.         }
  16.  
  17.         .icon-right:hover {
  18.             opacity: 0.5;
  19.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement