From 8a94e17c4bf30a2f108bf794478c34daf3face66 Mon Sep 17 00:00:00 2001 From: svk28 Date: Fri, 25 Aug 2017 16:46:14 +0300 Subject: [PATCH] Added text shadow into header --- www/css/layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/css/layout.css b/www/css/layout.css index 51e66c1..1c9c928 100644 --- a/www/css/layout.css +++ b/www/css/layout.css @@ -25,6 +25,7 @@ h2{ position:absolute; /*width:540px;*/ color:#fff; + text-shadow: 3px 3px 3px #050505; } h3{ font-size:18px; @@ -35,6 +36,7 @@ h3{ /*position:absolute;*/ width:540px; color:#fff; + text-shadow: 3px 3px 3px #050505; } h4{ font-size:16px; @@ -42,6 +44,7 @@ h4{ /*margin-left:20px;*/ padding:10px 0; color:#fff; + text-shadow: 2px 2px 2px #050505; } header a.stuts,a.stuts:visited{