Created
February 24, 2013 04:23
-
-
Save brito/5022592 to your computer and use it in GitHub Desktop.
Thoughts about webplatform.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Thoughts about webplatform.org */ | |
@import url(http://fonts.googleapis.com/css?family=Gudea|Bevan); | |
* { margin:auto; padding:0; border-radius:.3em; | |
max-width:35em } | |
html { background: hsla(213,61%,50%,.381); | |
background-image: | |
linear-gradient(90deg, rgba(255,255,255,.08) 61%, transparent 38%), | |
linear-gradient(144deg, rgba(255,255,255,.13) 61%, transparent 38%), | |
linear-gradient(-144deg, rgba(255,255,255,.21) 61%, transparent 38%), | |
linear-gradient(72deg, rgba(255,255,255,.33) 61%, transparent 38%), | |
linear-gradient(72deg, rgba(255,255,255,.54) 61%, transparent 38%); | |
background-size: 13px, 8px, 5px, 8px, 13px } | |
body { font:1em/1.6 Gudea,sans-serif; color:#333; | |
background:rgba(255,255,255,.6); | |
padding:1em; margin:1em } | |
a { text-transform:uppercase; font:1.3ex Bevan; | |
text-decoration:none; color:hsl(213,61%,50%) } | |
h1 { font-size:2.6em } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1><a href=webplatform.org>Web Platform</a> Needs</h1> | |
<pre> | |
Easy name | |
Auto-focused search | |
Prominent “contribute” link and clear steps (priority!) | |
Third party APIs [ MDN, MSDN, ]: Stop human turk (docsprints) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment