Last active
July 13, 2016 10:45
-
-
Save doochik/016fdc971e4a03831df1e4a216c0dc56 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 | |
*/ | |
body { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; | |
} | |
.test { | |
height: 30px; | |
border: 1px solid #000; | |
border-radius: 0; | |
background: #FF0; | |
width:100%; | |
} |
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> | |
<p>select multi</p> | |
<select class="test" multiple> | |
<option value="1">value1</option> | |
<option value="2">value2</option> | |
<option value="3">value3</option> | |
<option value="4">value4</option> | |
</select> | |
<p>select</p> | |
<select class="test"> | |
<option value="1">value1</option> <option value="2">value2</option> <option value="3">value3</option> <option value="4">value4</option></select> | |
</div> |
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":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment