Kosmos Kosmos

---我们总得选择一条路去前行---

目录
css渐变动画
/  

css渐变动画

鼠标放上去渐变

div
{
width:100px;
transition: width 2s;
-moz-transition: width 2s; /* Firefox 4 */
-webkit-transition: width 2s; /* Safari 和 Chrome */
-o-transition: width 2s; /* Opera */
}

使div居中:

要设置div的宽度
再使用margin 0 auto设置

今日诗词 标题:css渐变动画
作者:ellenbboe
地址:https://ellenbboe.github.io/articles/2018/07/10/1561009674502.html