Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.
Text Decoration
The most wonderful part of CSS is being able to give your site the custom look it deserves. As part, you are able to decorate the text or links as you please.
In order to use the text-decoration in CSS, you must write text-decoration: and follow it up by using one or more of the following:
- none;
- underline;
- overline;
- line-through;
- blink;
