
CSS
文章平均质量分 62
xzbaimildcat
这个作者很懒,什么都没留下…
展开
-
center display
For non-html5: This text will be center-aligned. For html5, this tag is no longer available. Use css instead. h1 {text-align:center;} p {text-align:center;} This is a heading转载 2014-09-23 20:55:23 · 479 阅读 · 0 评论 -
margin
http://www.w3schools.com/css/css_margin.asp转载 2014-09-27 08:11:18 · 525 阅读 · 0 评论 -
position
http://www.w3school.com.cn/cssref/pr_class_position.asp 可能的值 值 描述 absolute 生成绝对定位的元素,相对于 static 定位以外的第一个父元素进行定位。 元素的位置通过 "left", "top", "right" 以及 "bottom" 属性进行规定。转载 2014-09-27 10:30:18 · 425 阅读 · 0 评论