Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- /* unvisited link */
- a:link {
- text-decoration: none;
- color: white;
- }
- /* visited link */
- a:visited {
- text-decoration: none;
- color: white;
- }
- /* mouse over link */
- a:hover {
- text-decoration: none;
- color: #E6F4FF;
- }
- /* selected link */
- a:active {
- text-decoration: none;
- color: #E6F4FF;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement