CSS 背景添加白色小圆点样式
css也是开发过程中不可忽视的技巧 此专栏用来纪录不常见优化页面样式的css代码
效果图:
未添加之前:
代码:
background: radial-gradient(circle at 1px 1px, #3d3c3c 2px, transparent 0);background-size: 20px 25px;
css也是开发过程中不可忽视的技巧 此专栏用来纪录不常见优化页面样式的css代码
效果图:
未添加之前:
代码:
background: radial-gradient(circle at 1px 1px, #3d3c3c 2px, transparent 0);background-size: 20px 25px;