Fucking_Aj

Basic Link Code

Mar 10th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /* put this in <style type="text/css"> */
  2.  
  3. #link1{
  4.  
  5. position:fixed;
  6. border:1px solid #fff;
  7. background:#F7D7FC; /* change the color */
  8. font-size:10px;
  9. text-transform:uppercase;
  10. color:#fff;
  11. padding:5px;
  12. font-family:Calibri;
  13. border-radius:4px;
  14. }
  15.  
  16. /* put this beyond #sidebar */
  17. <div id="link1"><div style="color:#fff"><a href="/" title="refresh my blog">Refresh</a></div>
  18.  
  19. /* inspired by hisabeel x requested */
Add Comment
Please, Sign In to add comment