css陰影框

選中div浮動的陰影框
.example-card:hover {
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
transform: translate3d(0, -4px, 0);
transition: 0.4s ease-in-out;
}
// box-shadow: h-shadow v-shadow blur spread color inset;
h-shadow 必需。水平陰影的位置。容許負值。
v-shadow 必需。垂直陰影的位置。容許負值。
blur 可選。模糊距離。
spread 可選。陰影的尺寸。
color 可選。陰影的顏色。請參閱 CSS 顏色值。
inset 可選。將外部陰影 (outset) 改成內部陰影。3d

文字的陰影:text-shadow: 0 2px 0 #efefef; 水平位置 垂直位置 範圍 顏色orm

相關文章
相關標籤/搜索