码迷,mamicode.com
首页 > 其他好文 > 详细

边界与边框,列表与方块

时间:2017-05-19 11:45:06      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:sid   one   蓝色   边框   tom   20px   outside   order   程序   

border   (表格边框,样式等)、margin    (表外边距)、padding      (内容与单元格间距)

border:5px    solid      blue       四边框:5像素宽、实线、蓝色(相当于以下三行)

border-width:      5px;

border-style:       solid;

border-color:       blue;

border-top:      5px     solid     blue;      上边框:  5像素宽、实线、蓝色

border-bottom:        5px      solid        blue;         下边框:       5像素宽      、实线      、蓝色

border-left:      5px     solid     blue;          左边框

border-right:      5px     solid     blue;        右边框

margin:     10px;     四边外边框宽度为10像素。auto,居中

margin-top:10px;            上边框宽度为10像素,其他三边框类似

margin:     20px       0px        20px      0px       上-右-下-左,四边外边框顺时针顺序

padding:     10px;      内容与边框的四边间距为10像素

padding-top:      10px;          内容与边框的上边距为10像素,其他三边类似

padding:    20px         0px        20px        0px         内容与边框的四边间距顺时针顺序

width、height、(top、bottom、left、right)只有在绝对坐标下才使用

list-style:   none;        取消序号

list-style:        circle        序号变为圆,样式相当于无序

list-style-image:       url;           图片做序号

list-style-position:     outside;          序号在内容外

list-style-position:         inside;         序号跟内容在一起

 

不得不说代码记起来比较容易混,程序的新语言学起来还是比较费时的,不过 我想我会把它学好的。

边界与边框,列表与方块

标签:sid   one   蓝色   边框   tom   20px   outside   order   程序   

原文地址:http://www.cnblogs.com/yunpeng521/p/6877511.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!