摘要:
width: 200px; /* white-space 设置网页如何处理空白 可选值: normal 正常 nowrap 不换行 pre 保留空白 */ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 阅读全文
posted @ 2021-03-28 19:24
Clearwings
阅读(48)
评论(0)
推荐(0)
摘要:
清除浮动解决高度塌陷问题 <div class="box1"> <div class="box2"></div> </div> .box1{ border: 10px red solid; } .box2{ width: 100px; height: 100px; background-color: 阅读全文
posted @ 2021-03-28 15:33
Clearwings
阅读(82)
评论(0)
推荐(0)
摘要:
<ul class="img-list"> <li> <a href="javascript:;"> <img src="./img/01/1.jpg" alt=""> </a> </li> <li> <a href="javascript:;"> <img src="./img/01/2.jpg" 阅读全文
posted @ 2021-03-28 10:00
Clearwings
阅读(85)
评论(0)
推荐(0)
摘要:
居中效果 居中效果: 文本 文本:水平居中 设置text-align: text-align: center; 文本:垂直居中 设置行高等于容器高度(单行文本) height: 25px; line-height: 25px; 居中效果:块元素 相对父元素:水平居中 设置margin margin: 阅读全文
posted @ 2021-03-28 09:16
Clearwings
阅读(399)
评论(0)
推荐(0)

浙公网安备 33010602011771号