标签: css image background-color
如何在容器内预览所有图像背景时将其设置为透明?我想将图像的背景设置为仅透明的白色背景。我不想使用不透明度,它会使图像的其余部分变钝。
.image { width: 100px; height: 100px; background:transparent; opacity: 0.6; }