接續 JS 篇:10 招 CSS 的小秘訣
內容包含:
- clamp 限制數值上下限
- emoji 符號運用
- aspect 依據比例變形
- CSS 的區域變數
- 變數與 inline-style
- :focus 升級版 :focus-within
css clamp 在 polemius/postcss-clamp - GitHub 的推薦與評價
PostCSS plugin to transform clamp() to combination of min/max . This plugin transform this css: .foo { width: clamp(10px ... ... <看更多>
css clamp 在 CSS - max、min、clamp 數學函式 - 默刻 的推薦與評價
CSS - max、min、clamp 數學函式 ... clamp(). clamp(最小值, 中間值, 最大值) 返回一個區間範圍的值。 ... width: clamp(300px, 50%, 500px); ... <看更多>
css clamp 在 CSS clamp() formula for font-size - Stack Overflow 的推薦與評價
... <看更多>