随笔分类 -  css

摘要:字体属性:(font) 大小 {font-size: x-large;}(特大) xx-small;(极小) 一般中文用不到,只要用数值就可以,单位:PX、PD 样式 {font-style: oblique;}(偏斜体) italic;(斜体) normal;(正常) 行高 {line-heigh 阅读全文
posted @ 2018-02-07 10:29 Debugs 阅读(157) 评论(0) 推荐(0)
摘要:<table border="2" width="100%"> <colgroup span="2" align="left"> <col width="100px" /> //第一列的宽度 把前两列合并 </colgroup> //设置了两列的水平对齐是left <colgroup style=" 阅读全文
posted @ 2018-01-19 14:32 Debugs 阅读(171) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>家谱树状代码 demo by js.alixixi.com</title> <style class="csscreations">/*Now the CSS*/* {margin: 阅读全文
posted @ 2017-08-08 18:18 Debugs 阅读(702) 评论(0) 推荐(0)
摘要:#extras {display: table-cell;width: 180px;padding-left: 10px;border-right: 1px dotted #d7ad7b;} table使该元素按table样式渲染table-row使该元素按tr样式渲染table-cell使该元素按 阅读全文
posted @ 2017-06-16 12:30 Debugs 阅读(928) 评论(0) 推荐(0)