https://developer.mozilla.org/zh-CN/docs/Web/CSS/background-clip
谈谈一些有趣的CSS题目(29)-- text-fill-color 与 color 的异同
background:linear-gradient(120deg,#00e3e6 0%,#00a1cd 100%);
-webkit-text-fill-color:transparent;
-webkit-background-clip:text;
2020年5月20日 星期三
訂閱:
文章 (Atom)
-
jQuery第2天,進度達43%, 離預估的 7天( 6/8前)應可順利提前至( 6/6)達成。 目前還沒感受到其威力,只覺得是不是「檢查html碼的人」在使用? 不然其實都可以在html就簡單解決,何必多加上script標籤。 html/css整本複習改為搭配作品集進行...
-
說明、舉例驗證 user input,避免無填入或範圍外的數值, 這裡提到經常使用在檢驗數字。 輸入錯誤可選擇顯示跳出視窗,或是在 input 附近提示。 驗證無填入、跳出視窗: <script> function validateForm() { ...