Skip to content

Commit 84ea76e

Browse files
authored
Update style.css
1 parent 83b60dc commit 84ea76e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,3 +1272,14 @@ section:nth-of-type(79) {
12721272
repeating-conic-gradient(from 90deg,var(--c))
12731273
0/calc(3*var(--s)) calc(3*var(--s))
12741274
}
1275+
section:nth-of-type(80) {
1276+
--s: 100px; /* control the size */
1277+
1278+
--c:#0000 0 25%,#EEDD99 0 50%;
1279+
background:
1280+
repeating-conic-gradient(from -45deg at 75% 37.5%,var(--c)),
1281+
conic-gradient(#BBBB88 50%,#0000 0),
1282+
repeating-conic-gradient(from 45deg at 25% 87.5%,var(--c))
1283+
#BBBB88;
1284+
background-size: var(--s) calc(2*var(--s))
1285+
}

0 commit comments

Comments
 (0)