text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

巨量資料 & 機器學習基礎教學

巨量資料 & 機器學習基礎教學

AI輔導室|快速完成歪扭標準字

AI輔導室|快速完成歪扭標準字

CSS - Grid: cells, areas, and nesting grid

CSS - Grid: cells, areas, and nesting grid


Comments