邊框漸層色


Posted by mijouhsieh on 2023-03-23

CODEPEN LINK
reference: CSS-TRICKS

css-border-gradient-color code

css-border-gradient-color

邊框漸層色

//裝 <img> 的容器
div.user-avatar {
  background: 漸層色;
  padding: 8px; //為邊框寬度
  border-radius: 50%;
}
img {
  background: 白色;
}

#border-gradient-color







Related Posts

[Week4] JS 實作串接 API(二)

[Week4] JS 實作串接 API(二)

[25] 強制轉型 - 隱含的強制轉型、Addition Operator、Strings <> Numbers

[25] 強制轉型 - 隱含的強制轉型、Addition Operator、Strings <> Numbers

前端工具 Gulp 與 Webpack 比較

前端工具 Gulp 與 Webpack 比較


Comments