Skip to content

Instantly share code, notes, and snippets.

@iamvdo
Created March 21, 2012 11:21
Show Gist options
  • Save iamvdo/2146295 to your computer and use it in GitHub Desktop.
Save iamvdo/2146295 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
input{
transition:all .5s ease;
}
option:checked{
color:blue;
}
select{font:1em serif;border:1px solid red;background:red;outline:2px solid green;}
option{background:red;}
input:focus {
appearance:checkbox;
outline:2px solid red;
}
textarea{resize:horizontal;}
div{width:100px;height:100px;resize:both;background:red;overflow:hidden;}
<div>kgjfhd khdkjhdh dh dh kdhgkjdh jdhkjfdhgkdh djkg dh dj gdhkjfg dkj d dkhkdhgkd kdkj dhdhk dkgh dkhkjd fgkd</div>
<textarea></textarea>
<select ultiple>
<option>lhkjhk</option>
<option>lhkjhk</option>
<option>lhkjhk</option>
<option>lhkjhk</option>
<option>lhkjhk</option>
<option selected>fdgfd</option>
<option>lhkjhk</option>
</select>
<input type="checkbox" checked/>
<input type="radio" name="oui" /><input type="radio" name="oui" />
{"view":"split","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment