abuiyad

custom-labels-widgets-stylish-cool-effects style01

Dec 28th, 2014
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. .label-size{
  2.  margin:0;
  3.  padding:0;
  4.  position:relative;
  5.  
  6.  }
  7.  .label-size a{
  8.               float:left;
  9.  height:18px;
  10.  line-height:18px;
  11.  position:relative;
  12.  font:13px verdana;
  13.  margin-bottom: 9px;
  14.  margin-left:10px;
  15.  padding:10px;
  16.     text-decoration:none;
  17.     background-color: #ff4c47;
  18.     border-radius: 3px;
  19.     box-shadow: 0 2px 0 #db443d;
  20.     -moz-box-shadow: 0 2px 0 #db443d;
  21.     -webkit-box-shadow: 0 2px 0 #db443d;
  22.     color: #fff;
  23.    
  24.     text-align: center;
  25. }
  26.  
  27. .label-size a:hover {
  28.     background-color: #db443d;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment