摘要: 扩展 : https://www.runoob.com/cssref/css3-pr-transform.html Transform属性应用于元素的2D或3D转换。这个属性允许你将元素旋转,缩放,移动,倾斜等。 转 : https://cloud.tencent.com/developer/art 阅读全文
posted @ 2019-06-26 16:10 与f 阅读(4321) 评论(0) 推荐(0)
摘要: writing-mode 属性 writing-mode 属性定义了文本在水平或垂直方向上如何排布。 语法格式如下: horizontal-tb:水平方向自上而下的书写方式。即 left-right-top-bottom vertical-rl:垂直方向自右而左的书写方式。即 top-bottom- 阅读全文
posted @ 2019-06-26 16:08 与f 阅读(5121) 评论(0) 推荐(0)
摘要: 一、位置position【定位属性:static,relative,absolute,fixed,inherit,-ms-page,initial,unset】 1.static:元素框正常生成,块级元素生成一个矩形框,作为文档流的一部分,行内元素则会创建一个或者多个行框,置于其父元素中。 2.re 阅读全文
posted @ 2019-06-26 10:39 与f 阅读(9935) 评论(0) 推荐(0)