html div阴影向上,css3阴影向上缓动样式
生活随笔
收集整理的這篇文章主要介紹了
html div阴影向上,css3阴影向上缓动样式
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
html
沉迷工作不能自拔,這是病,得治
css
.article-box {
width: 216px;
height: 200px;
border: 1px solid #f0f0f0;
float: left;
margin-right: 30px;
margin-bottom: 30px;
}
.article-box:hover {
box-shadow: 0 5px 15px rgba(45,50,55,.2);
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.transition {
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
總結
以上是生活随笔為你收集整理的html div阴影向上,css3阴影向上缓动样式的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: android 音视频 教程,Andro
- 下一篇: html div圆滑效果,美化网页div