css
weixin_40793759
这个作者很懒,什么都没留下…
展开
-
有趣的css background属性运用
原文链接可以直接复制demo查看效果<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title></head><styl原创 2020-09-28 15:47:10 · 157 阅读 · 0 评论 -
img白边问题
像这样img多余的’border‘不知道大家有没有开发中遇到过:<img> has no baseline, so when images are used in an inline formatting context with vertical-align: baseline, the bottom of the image will be placed on the text baseline.文档<img>元素没有基线,因此当图像在具有vertical align:b原创 2020-05-13 16:49:42 · 815 阅读 · 0 评论 -
用css画出无数个同心圆
/* background(repeating-radial-gradient)/border/box-shadow(可设置多个) *//* 添加伪元素 *//* css样式 */.gradient{ width:150px; height: 150px; border-radius: 50%; background: repeating-radial-gr...原创 2019-12-03 11:41:51 · 760 阅读 · 0 评论