Created
December 13, 2012 17:26
-
-
Save blude/4278123 to your computer and use it in GitHub Desktop.
Untitled
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
| label[for="login"] { | |
| color: red; | |
| font-weight: bold; | |
| } | |
| img:not([width]):not([height]), | |
| img[alt=""], img:not([alt]) { | |
| outline: 2px solid red; | |
| } | |
| a:not([title]) { | |
| background: red; | |
| color: white; | |
| } |
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
| <div> | |
| <label for=login>Login:</label> | |
| <input id=login type=text required> | |
| </div> | |
| <div> | |
| <label for=password>Password:</label> | |
| <input id=password type=text required> | |
| </div> | |
| <img src=abc.gif width=400 height=200> | |
| <img src=aff.gif alt=""> | |
| <p><a href=http://www.wine.com.br>Wine.com.br</a> | |
| <!-- content to be placed inside <body>…</body> --> |
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":"separate","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment