黑马程序员技术交流社区
标题:
【石家庄校区】WEB02-CSS
[打印本页]
作者:
赵小光
时间:
2017-11-19 21:56
标题:
【石家庄校区】WEB02-CSS
本帖最后由 小石姐姐 于 2017-11-20 13:31 编辑
背景相关
背景颜色 background-color red;
背景图片 background-image : "url(xx.png)";
背景重复 background-repeat : no-repeat;
背景位置 background-position
背景缩写 background : 颜色 图片 重复方式 位置
背景大小 background-size;
边框
边框样式 border-style:none/solid;
边框宽度 border-width;
边框简写 border: 1px solid black
文本
左右对齐 text-align:center/left/right
去除下划线 text-decoration:none
上下居中:line-height=100px;height=100px;
字体
字体大小 font-size:12px
字体: font-family:"微软雅黑"
字体加粗:font-weight:400px;
字体样式:font-style:normal/italic
简写: font : style weight size family. 常用的是font : size family
颜色: color : red
列表
list-style:none
<HTML的框架标签>
框架标签<frameeset>,与body标签是冲突的
属性:
rows
cols
使用<frame>标签,frame代表切分的每个部分
特殊字符的标签
空格
小于
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2