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;
If you wish to use more than one, be sure to not use a coma in between the two listings and use the semi-colon only after the last one. Example: text-decoration: underline overline;