Mtdavies1995 (Talk | contribs) |
Mtdavies1995 (Talk | contribs) |
||
Line 34: | Line 34: | ||
background-color: #4CAF50; | background-color: #4CAF50; | ||
} | } | ||
− | + | /********************************* Hyperlink formitting********************************/ | |
+ | a:link { | ||
+ | color: green; | ||
+ | background-color: transparent; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: purple; | ||
+ | background-color: transparent; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:hover { | ||
+ | color: gold; | ||
+ | background-color: transparent; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | a:active { | ||
+ | color: green; | ||
+ | background-color: transparent; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | </ | ||
/********************************* CONTENT OF THE PAGE ********************************/ | /********************************* CONTENT OF THE PAGE ********************************/ |
Revision as of 10:15, 20 June 2016