标签:nsf html ack 技术分享 http orange css样式 gif range
<section>
<div>正面</div>
<div>反面</div>
</section>
div:nth-child(1){
background:pink;
}
div:nth-child(2){
background: orange;
transform:rotateY(180deg);
}
section:hover div:nth-child(1){
transform:rotateY(360deg);
}
section:hover div:nth-child(2){
transform:rotateY(360deg);
}
标签:nsf html ack 技术分享 http orange css样式 gif range
原文地址:https://www.cnblogs.com/web-learning/p/10292399.html