標籤: CSS
-
Visual Studio Code 外掛 Live Sass Compiler
使vscode可即時編譯scss檔案為css檔案,不用另外安裝編譯軟體或使用指令編譯。 安裝方式:在擴充功能搜 […]
-
用 js 設置 input placeholder 樣式
See the Pen YVMVag by Stan Hsiao (@stanhsiao) on CodePe […]
-
CSS 集合宣告
background font: font-style font-variant font-weight fo […]
-
Google Fonts
Noto Sans TC (Chinese Traditional) Link @import url(//f […]
-
搭配 CSS 內 content 自訂項目符號
ol { counter-reset: my-badass-counter; } ol > li { l […]
-
background-position 由 right 算起
background-position: right 13px top;
-
用 css 改變 select 元件外觀
<label> <select> <option selected> Se […]
-
改變 input placeholder 文字顏色
<input type=“email“ placeholder=“j […]
-
CSS 項目自動編號
使用 “counter-reset: 計數器名稱” 將父元素計數器歸零 子元素設定數字 […]