Advertisement
plytalent

last work

Aug 22nd, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.20 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <style>
  4.                  body {
  5.                         background-image: url("https://images.alphacoders.com/676/thumb-1920-676565.png");
  6.                         background-repeat: no-repeat;
  7.                         background-size: cover;
  8.                      }
  9.                  a:link {
  10.                        color: green;
  11.                        background-color: transparent;
  12.                        text-decoration: none;
  13.                        }    
  14.                 a:visited {
  15.                        color: gold;
  16.                        background-color: transparent;
  17.                        text-decoration: none;
  18.                       }
  19.                    
  20.                  a:hover {
  21.                         color: red;
  22.                         background-color: transparent;
  23.                         text-decoration: underline;
  24.                      }
  25.                    
  26.                  a:active {
  27.                         color: yellow;
  28.                         background-color: transparent;
  29.                         text-decoration: underline;
  30.                      }
  31.             </style>
  32.         <a href="page1.html">character image</a>
  33.     </head>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement