我只想向div的反射部分添加倾斜,而不是整个div或文本。下面是我使用的反射框CSS样式。
.reflect{
-webkit-box-reflect: below -0.5em
-webkit-gradient(
linear,
center top, center bottom,
from(transparent),
color-stop(0.3, transparent),
to(white));
}
<h1 class="main_header reflect"> CooK BooK </h1>