随笔分类 -  CSS基本属性

摘要:首先了解水平居中与垂直居中 html: <div class="div-parent parent"> <div class="div-child child">这是div</div> </div> 默认样式: <style> .div-parent{ background-color: pink; 阅读全文
posted @ 2019-11-07 17:06 以深 阅读(572) 评论(0) 推荐(0)
摘要:1. inline-block 的兼容性问题 2. Microsoft Edge 自动给数字加下划线 在 head 内加入 meta 阅读全文
posted @ 2019-11-05 09:56 以深 阅读(151) 评论(0) 推荐(0)

TOP