Created
November 20, 2013 13:30
-
-
Save hden/7563203 to your computer and use it in GitHub Desktop.
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
| var styles = [ | |
| 'background: linear-gradient(steelblue, darkgray)' | |
| , 'border: 1px solid #3E0E02' | |
| , 'color: white' | |
| , 'display: block' | |
| , 'text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3)' | |
| , 'box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 5px 3px -5px rgba(0, 0, 0, 0.5), 0 -13px 5px -10px rgba(255, 255, 255, 0.4) inset' | |
| , 'text-align: center' | |
| , 'font-weight: bold' | |
| , 'font: 18px sans-serif' | |
| ].join(';'); | |
| console.log('%c 想與最強得團隊共事嗎? 歡迎加入 -> EZTABLE http://www.eztable.com/careers.php', styles); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment