We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2416942 commit e18734bCopy full SHA for e18734b
style.css
@@ -1228,3 +1228,17 @@ section:nth-of-type(75) {
1228
repeating-conic-gradient(#F2E9E1 0 45deg,#99B2B7 0 90deg)
1229
0 0/100px 100px;
1230
}
1231
+section:nth-of-type(76) {
1232
+ --s: 50px; /* control the size */
1233
+ --c1: #D9CEB2;
1234
+ --c2: #948C75;
1235
+
1236
+ --_g: calc(2*var(--s)) calc(2*var(--s))
1237
+ radial-gradient(25% 25%,var(--c1) 99%,#0000 101%);
1238
+ background:
1239
+ 0 var(--s)/var(--_g),var(--s) 0/var(--_g),
1240
+ radial-gradient(50% 50%,var(--c2) 97%,#0000)
1241
+ calc(var(--s)/2) calc(var(--s)/2)/var(--s) var(--s),
1242
+ linear-gradient(90deg,var(--c1) 50%,var(--c2) 0)
1243
+ 0 0/calc(2*var(--s));
1244
+}
0 commit comments