Skip to content

Instantly share code, notes, and snippets.

@hden
Created November 20, 2013 13:30
Show Gist options
  • Select an option

  • Save hden/7563203 to your computer and use it in GitHub Desktop.

Select an option

Save hden/7563203 to your computer and use it in GitHub Desktop.
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