画像の外周に影をつける
from Settings
画像の外周に影をつける
/programming-notes/画像に影をつけるUserCSS
code:style.css
.line .image{
box-shadow: 4px 4px 12px -4px #000;
}