随笔分类 -  A0007 - CSS

摘要:.box { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; align-content: center; } 阅读全文
posted @ 2021-12-13 13:55 aivsok9 阅读(25) 评论(0) 推荐(0)
摘要:base.css * { margin: 0; padding: 0; box-sizing: border-box; } body { font: 16px/1.5 sans-serif; color: #333; background-color: #fff; } li { list-style 阅读全文
posted @ 2021-11-22 14:03 aivsok9 阅读(34) 评论(0) 推荐(0)