-
-
Save gcyrillus/5271266 to your computer and use it in GitHub Desktop.
autofocus to scroll down :)
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
| /* autofocus to scroll down :) */ | |
| html,body {background: #f06;background: linear-gradient(45deg, #f06, yellow);min-height: 100%;} | |
| body {padding-right:206px;} | |
| div {background:inherit;width:200px;height:200px;margin:0;border:solid;overflow:auto;text-align:center;position:fixed;bottom:0;right:0;} | |
| ul {border-bottom:solid;text-align:left;} | |
| input {width:95%;} |
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> | |
| <ul> | |
| <li>blabla</li><li>blabla</li> | |
| <li>blabla</li><li>blabla</li> | |
| <li>blabla</li><li>blabla</li> | |
| <li>blabla</li><li>blabla</li> | |
| <li>blabla</li><li>blabla</li> | |
| <li>blabla</li><li>blabla</li> | |
| </ul> | |
| <form method="post" action=""><input type="text" autofocus/><input type="submit" /></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