Update 'index.html'
This commit is contained in:
parent
f856d57522
commit
5ac8798b2d
1 changed files with 14 additions and 0 deletions
14
index.html
14
index.html
|
@ -25,6 +25,20 @@
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
/* unvisited link */
|
/* unvisited link */
|
||||||
a:link {
|
a:link {
|
||||||
color: red;
|
color: red;
|
||||||
|
|
Reference in a new issue