Line 12: | Line 12: | ||
height: 100%; | height: 100%; | ||
background-color: white; | background-color: white; | ||
+ | } | ||
+ | |||
+ | body a:link { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | body a:visited { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | body a:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | body a:active { | ||
+ | text-decoration: underline; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 02:57, 17 October 2018