背景画像にグラデーションを使用したUserCSS
背景画像にグラデーションを使用したUserCSS
code:style.css
body {
background:
repeating-radial-gradient(
rgb(0,104,55), /*緑色*/
rgb(0,104,55) 5px,
rgb(26,26,26) 15px, /*黒色*/
rgb(26,26,26) 100px
);
}
/customize/背景画像にグラデーションを使用したUserCSS
https://developer.mozilla.org/ja/docs/Web/CSS/CSS_images/Using_CSS_gradients