Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. #retour {
  2.     position:absolute;
  3.     top:35px;
  4.     left:35px; }
  5.    
  6.     #retour a {
  7.         padding:0 0 0 12px;
  8.         font-size:11px;
  9.         text-transform:uppercase;
  10.         text-decoration:none;
  11.         color:#777777;
  12.         background:url("../images/puce-1.jpg") 0 50% no-repeat; }
  13.  
  14.         #retour a:hover { color:#000; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement