Skip to content

Commit e18734b

Browse files
authored
Update style.css
1 parent 2416942 commit e18734b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,3 +1228,17 @@ section:nth-of-type(75) {
12281228
repeating-conic-gradient(#F2E9E1 0 45deg,#99B2B7 0 90deg)
12291229
0 0/100px 100px;
12301230
}
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

Comments
 (0)