Update 'index.html'
This commit is contained in:
parent
5ac8798b2d
commit
37505d727c
1 changed files with 5 additions and 9 deletions
14
index.html
14
index.html
|
@ -28,15 +28,11 @@
|
|||
h1 {
|
||||
//text-transform: uppercase;
|
||||
color: #fff;
|
||||
text-shadow: -4px 4px #ef3550ee,
|
||||
-8px 8px #f48fb1dd,
|
||||
-12px 12px #7e57c2cc,
|
||||
-16px 16px #2196f3bb,
|
||||
-20px 20px #26c6daaa,
|
||||
-24px 24px #43a04799,
|
||||
-28px 28px #eeff4188,
|
||||
-32px 32px #f9a82577,
|
||||
-36px 36px #ff572266;
|
||||
text-shadow: -4px 4px #c91a29,
|
||||
-8px 8px #c94f1a,
|
||||
-12px 12px #a6c91a,
|
||||
-16px 16px #1ac95a,
|
||||
-20px 20px #1a60c9;
|
||||
}
|
||||
|
||||
/* unvisited link */
|
||||
|
|
Reference in a new issue