如何用CSS來製作外框字 以前我們可能會用 text-shadow 來模擬,現在你可以直接使用 -webkit-text-stroke 輕鬆搞定
h1 { -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; }