Added text shadow into header

master
svk28 2017-08-25 16:46:14 +03:00
parent 44909ac087
commit 8a94e17c4b
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ h2{
position:absolute; position:absolute;
/*width:540px;*/ /*width:540px;*/
color:#fff; color:#fff;
text-shadow: 3px 3px 3px #050505;
} }
h3{ h3{
font-size:18px; font-size:18px;
@ -35,6 +36,7 @@ h3{
/*position:absolute;*/ /*position:absolute;*/
width:540px; width:540px;
color:#fff; color:#fff;
text-shadow: 3px 3px 3px #050505;
} }
h4{ h4{
font-size:16px; font-size:16px;
@ -42,6 +44,7 @@ h4{
/*margin-left:20px;*/ /*margin-left:20px;*/
padding:10px 0; padding:10px 0;
color:#fff; color:#fff;
text-shadow: 2px 2px 2px #050505;
} }
header a.stuts,a.stuts:visited{ header a.stuts,a.stuts:visited{