Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <style>
- body {
- background-image: url("https://images.alphacoders.com/676/thumb-1920-676565.png");
- background-repeat: no-repeat;
- background-size: cover;
- }
- a:link {
- color: green;
- background-color: transparent;
- text-decoration: none;
- }
- a:visited {
- color: gold;
- background-color: transparent;
- text-decoration: none;
- }
- a:hover {
- color: red;
- background-color: transparent;
- text-decoration: underline;
- }
- a:active {
- color: yellow;
- background-color: transparent;
- text-decoration: underline;
- }
- </style>
- <a href="page1.html">character image</a>
- </head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement