From 0efd6c2b1713d7886abfa1f3664eed7d7d64ac1c Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Sun, 14 Nov 2010 11:09:17 +0300 Subject: [PATCH] shadow for Image slide title --- index.htm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.htm b/index.htm index db480e5..d605f78 100755 --- a/index.htm +++ b/index.htm @@ -11,6 +11,10 @@ color:#FFF; text-shadow:0 3px 10px #000; } + #Image H2 { + text-shadow:0 3px 10px #000; + color:#FFF; + }