Advertisement
MHZ

Sun.struck

MHZ
Mar 12th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <style>
  2. .jackson a {
  3. font:14px cambria;
  4. color:black;
  5. letter-spacing:1.5px;
  6. text-align:center;
  7. text-transform:lowercase;
  8. text-decoration:none;
  9. margin:5px;
  10. border-bottom:1px solid #fff;
  11. }
  12.  
  13. .jackson a:hover{
  14. border-bottom:1px solid #000;
  15. }
  16. </style>
  17.  
  18. <div class="jackson" style="text-align:center;">
  19. <a href="LINK">TITLE</a>
  20. <a href="LINK">TITLE</a>
  21. <a href="LINK">TITLE</a>
  22. <a href="LINK">TITLE</a>
  23. <a href="LINK">TITLE</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement