Created
March 21, 2012 11:21
-
-
Save iamvdo/2146295 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* 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;} |
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>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" /> |
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","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment