Created
September 9, 2016 09:58
-
-
Save anonymous/736fc269a0c64f24b0d4961f6b8993a8 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains 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%; | |
} | |
::-webkit-datetime-edit { padding: 1em; } | |
::-webkit-datetime-edit-fields-wrapper { background: silver; } | |
::-webkit-datetime-edit-text { color: red; padding: 0 0.3em; } | |
::-webkit-datetime-edit-month-field { color: blue; } | |
::-webkit-datetime-edit-day-field { color: green; } | |
::-webkit-datetime-edit-year-field { color: purple; } | |
::-webkit-inner-spin-button { display: none; } | |
::-webkit-calendar-picker-indicator { background: orange; display: none } |
This file contains 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
<!-- content to be placed inside <body>…</body> --> | |
<p> | |
date | |
<input type="date" value="2016-09-09"/> | |
</p> | |
<p> | |
time | |
<input type="time" value="04:00:00"/> | |
</p> |
This file contains 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 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