LatviaCPI

cool link thing ft siobhans cpi

Nov 2nd, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 KB | None | 0 0
  1. <style>
  2.  
  3. body {background-color: skyblue;}
  4.  
  5. .f{
  6.     width: 100px;
  7.     font-family: 'Rationale', sans-serif;
  8.     text-transform: uppercase;
  9.     text-align: center;
  10.     font-size: 9px;
  11.     letter-spacing: 1px;
  12.     text-align: center;
  13.     color: black;
  14.     padding: 2px 3px 4px 3px;
  15.     transition: 0.3s;
  16.     -moz-transition: 0.3s;
  17.     -webkit-transition: 0.3s;
  18.     -o-transition: 0.3s;
  19. }
  20.  
  21. .f:hover{
  22.     color: white;
  23.     box-shadow: 0px 0px 5px #888;
  24.     transition: all 0.3s;
  25.     -moz-transition: 0.3s;
  26.     -webkit-transition: 0.3s;
  27.     -o-transition: 0.3s;
  28. }
  29.  
  30. </style>
  31. <br>
  32.  
  33. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=lungs&pop=1" class="f" title="lungs" target="_blank">Siobhán</a>
Advertisement
Add Comment
Please, Sign In to add comment