File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: text.src,v 1.24 1997-12-11 20:16:06 ijacobs Exp $ -->
3+ <!-- $Id: text.src,v 1.25 1997-12-12 02:30:32 bbos Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Text</TITLE>
1010</HEAD>
1111<BODY>
1212<H1 align="center">Text</H1>
13- The properties defined in the following sections affect the visual
13+
14+ <P>The properties defined in the following sections affect the visual
1415presentation of characters, spaces, words, and paragraphs.
1516
1617<H2><a name="indentation-prop">Indentation</a>: the <span
@@ -179,15 +180,17 @@ effects may render text invisible in UAs which only supports CSS1.
179180
180181<PRE>
181182 SPAN.glow {
182- background: lime ;
183- color: lime ;
184- text-shadow: red 0px 0px 5px;
183+ background: white ;
184+ color: white ;
185+ text-shadow: black 0px 0px 5px;
185186 }
186187</PRE>
187188
188189<P>Here, the 'background' and 'color' properties have the same value
189190and the 'text-shadow' property is used to create a "solar eclipse"
190- effect.
191+ effect:
192+
193+ <P><IMG SRC="images/eclipse-outline.gif">
191194
192195</DIV>
193196
You can’t perform that action at this time.
0 commit comments