| blank.html - dotfiles - These are my dotfiles. There are many like it, but thes… | |
| git clone git://jay.scot/dotfiles | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| blank.html (800B) | |
| --- | |
| 1 <!DOCTYPE html> | |
| 2 <html lang="en"> | |
| 3 | |
| 4 <head> | |
| 5 <style> | |
| 6 body { | |
| 7 color: #cfba58; | |
| 8 background-color: #191919; | |
| 9 font-family: monospace; | |
| 10 } | |
| 11 | |
| 12 .flex { | |
| 13 flex-direction: column; | |
| 14 display: flex; | |
| 15 justify-content: center; | |
| 16 align-items: center; | |
| 17 margin-top: 450px; | |
| 18 } | |
| 19 | |
| 20 input { | |
| 21 border: none; | |
| 22 border-bottom: 2px solid #959A1C; | |
| 23 min-width: 500px; | |
| 24 max-width: 750px; | |
| 25 width: 75%; | |
| 26 padding-bottom: 10px; | |
| 27 background-color: transparent; | |
| 28 color: #fff; | |
| 29 outline: 0; | |
| 30 margin-bottom: 20px; | |
| 31 font-size: 22px; | |
| 32 } | |
| 33 </style> | |
| 34 </head> | |
| 35 | |
| 36 <body> | |
| 37 <div class="flex"> | |
| 38 <form action="https://html.duckduckgo.com/html" method="get" targe… | |
| 39 <input type="text" name="q" autofocus="autofocus" onfocus="this.… | |
| 40 </form> | |
| 41 </div> | |
| 42 </body> | |
| 43 | |
| 44 </html> |