aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 96dab9d..34777da 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,17 @@ body:before {
14 background: url(http://www.html5rocks.com/static/images/identity/HTML5_Badge_128.png) no-repeat 50% 50%; 14 background: url(http://www.html5rocks.com/static/images/identity/HTML5_Badge_128.png) no-repeat 50% 50%;
15 background-size: contain; 15 background-size: contain;
16 z-index: 10; 16 z-index: 10;
17 opacity: 0.1;
17} 18}
18h1, h2, h3, h4 { 19h1, h2, h3, h4 {
19 font-weight: 600; 20 font-weight: 600;
20} 21}
21h1 { 22h1 {
22 position: fixed; 23 position: fixed;
23 background: -webkit-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 24 background: -webkit-linear-gradient(top, white 65%, rgba(255,255,255,0));
24 background: -moz-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 25 background: -moz-linear-gradient(top, white 65%, rgba(255,255,255,0));
25 background: -ms-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 26 background: -ms-linear-gradient(top, white 65%, rgba(255,255,255,0));
26 background: -o-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); 27 background: -o-linear-gradient(top, white 65%, rgba(255,255,255,0));
27 width: 100%; 28 width: 100%;
28 height: 80px; 29 height: 80px;
29 padding: 10px 10px 10px 1em; 30 padding: 10px 10px 10px 1em;