
css
wahaha-me
努力不一定成功,但放弃一定失败
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
div居中方式
1 写出两种居中方式(垂直和水平都居中) 父元素设置 position:relative 1设置成块元素 text-align: center; margin: position:absolute left:0 right:0 top:0 bottom:0 绝对定位 position .div{ text-align:center; width:200px; height:20...转载 2019-04-08 14:37:31 · 1143 阅读 · 0 评论 -
css1
CSS样式 写在head里面 style优先级 引用外部属性 <link rel=“stylesheet” href=“文件.css” border:1 solid red 边框宽度1px 实体 红色 solid实线 dotted虚线 height 高度 width宽度 line-height 根据标签高度垂直居中 text-align:center 水平居中 color 颜色 fo...转载 2019-04-03 11:27:57 · 156 阅读 · 0 评论 -
css2
css 标签上设置style属性 background=color:red;height:20px 编写css样式 1.标签的style属性 2.写在head里面,style属性 #i1{background=color:red;height:20px} id=“i1” .cl{background=color:red;height:20px} class=“c1” div{...转载 2019-04-03 11:28:50 · 109 阅读 · 0 评论