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

給自己看的 JS 進階-Closure

給自己看的 JS 進階-Closure

每日心得筆記 2020-06-27(六)

每日心得筆記 2020-06-27(六)

System Design - Short URL System

System Design - Short URL System


Comments