不知道有沒有人喜歡這效果,實際上直接用CSS就可以實現的。
我愛你,中國以下是CSS html{ background: #000; } .txt-border{ font-weight: bold; font-size: 80px; background: transparent; -webkit-text-stroke: 1px #fff; }
又或者反過來顏色:
html{ background: #FFF; } .txt-border{ font-weight: bold; color: #fff; /******加多文字顏色*****/ font-size: 80px; background: transparent; -webkit-text-stroke: 1px #000; }