The first commented line is your dabblet’s title
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
/* | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%;*/ | |
#s { | |
transition: width 1s; | |
} | |
#s:focus { | |
width: 100% | |
} |
<!-- content to be placed inside <body>…</body> --> | |
<input type="search" id="s"> |
// alert('Hello world!'); |
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment