Skip to content

Instantly share code, notes, and snippets.

@blude
Created December 13, 2012 17:26
Show Gist options
  • Select an option

  • Save blude/4278123 to your computer and use it in GitHub Desktop.

Select an option

Save blude/4278123 to your computer and use it in GitHub Desktop.
Untitled
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;
}
<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> -->
// alert('Hello world!');
{"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