01 2022 档案

摘要:1. 画一个电池 点击查看HTML代码 <div class="charge"></div> 点击查看CSS代码 .charge{ margin: auto; background: #fff; width: 150px; height: 240px; border-radius: 12px 12p 阅读全文
posted @ 2022-01-18 17:43 ~LemonWater
摘要:语法: border-image: source slice width outset repeat|initial|inherit; border-image-source 指定要使用的图像 语法: border-image-source: none | image; border-image-s 阅读全文
posted @ 2022-01-17 17:23 ~LemonWater