diff options
author | Eric Bidelman | 2012-04-22 09:58:46 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-04-22 09:58:46 -0700 |
commit | 0d7ebc7f3837563fff0952cb592d74f73520631a (patch) | |
tree | d029d6b541440b8433feb4f1a2bfc6a186534af8 /README.md | |
parent | 482039b40d8315916460f4065e73e9806af2da81 (diff) | |
download | io-slides-remote-0d7ebc7f3837563fff0952cb592d74f73520631a.tar.gz |
moar readme
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; |