diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 | } |
18 | h1, h2, h3, h4 { | 19 | h1, h2, h3, h4 { |
19 | font-weight: 600; | 20 | font-weight: 600; |
20 | } | 21 | } |
21 | h1 { | 22 | h1 { |
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; |