|
Posted by Jonathan N. Little on 01/08/07 21:02
Ed Seedhouse wrote:
> On Mon, 08 Jan 2007 08:53:05 -0500, "Jonathan N. Little"
> <lws4art@centralva.net> wrote:
>
>> Bob wrote:
>>> Neredbojias wrote:
>>>> To further the education of mankind, Bob <bob@bob.org> vouchsafed:
>
>>>> body,span {
>>>> background:#383838 !important;
>
>>> What color is that? White?
>
>> No, more like gray. White is #ffffff;
>
> A very dark grey, nearly black. The keyword grey is more like #bebebe I
> believe.
Dark? Yes. Black? No.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-language" content="en-us">
<title>Color</title>
<style type="text/css">
BODY { background-color: #383838 }
P { background-color:#000; color: #fff; padding: 3em }
</style>
</head>
<body>
<p>Sample</p>
</body>
</html>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|