css 波尔卡圆点
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 波尔卡圆点相关的知识,希望对你有一定的参考价值。
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
// alert('Hello world!');
<!-- content to be placed inside <body>…</body> -->
/**
* Polka dot
*/
background: linear-gradient(90deg, yellow, red);
background-image: radial-gradient(tan 20%, transparent 0),
radial-gradient(tan 20%, transparent 0);
background-size: 30px 30px;
background-position: 0 0, 15px 15px;
以上是关于css 波尔卡圆点的主要内容,如果未能解决你的问题,请参考以下文章
css 波尔卡圆点
css 波尔卡圆点
css 波尔卡圆点
css 波尔卡圆点图案
ActionScript 3 AS3悬停/排斥波尔卡圆点
在css中设置ul样式,li的前面默认会出现黑色圆点,怎样修改圆点的颜色……求解