Skip to content

Instantly share code, notes, and snippets.

@cedricici
Forked from iamvdo/dabblet.css
Created March 21, 2012 15:00
Show Gist options
  • Save cedricici/2148011 to your computer and use it in GitHub Desktop.
Save cedricici/2148011 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:hover {
appearance:checkbox;
outline:none;/*2px solid red;*/
box-shadow:0px 0px 5px 0px #000;
transform: rotate(360deg) scale(3);
}
textarea{overflow:hidden;resize:both; border-radius:5px;padding:15px;}
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":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment