NatChen

Once you have chosen the road of life, you have to be brave enough to go to the end and never look back.

摘要: CSS3 Backgrounds相关介绍 1.背景图片(background images)是在padding-box的左上角落脚安家的,我们可以使用background-position属性改变默认的位置。 2.在CSS3中,我们可以给background-position属性指定高达4个值:开始 阅读全文
posted @ 2018-01-04 15:33 NatChen 阅读(293) 评论(0) 推荐(0)
摘要: /*水平翻转*/ .flipx { -moz-transform:scaleX(-1); -webkit-transform:scaleX(-1); -o-transform:scaleX(-1); transform:scaleX(-1); /*IE*/ filter:FlipH; } /*垂直翻 阅读全文
posted @ 2018-01-04 10:25 NatChen 阅读(313) 评论(0) 推荐(0)