📜  html 悬停时发光 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:29.747000             🧑  作者: Mango

代码示例1
element {
  box-shadow:none;
}
element:hover, element:active {
  box-shadow: inset 0 0 10px #(color of the glow you want);
}