Skip to content

Commit b446fbe

Browse files
authored
Update style.css
1 parent 833ba1e commit b446fbe

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
@@ -1242,3 +1242,14 @@ section:nth-of-type(76) {
12421242
linear-gradient(90deg,var(--c1) 50%,var(--c2) 0)
12431243
0 0/calc(2*var(--s));
12441244
}
1245+
section:nth-of-type(77) {
1246+
--s: 100px; /* control the size */
1247+
--c1: #5A3D31;
1248+
--c2: #E5EDB8;
1249+
1250+
background:
1251+
radial-gradient(#0000 50%,var(--c1) 52% 55%,var(--c2) 57%)
1252+
0 0/var(--s) var(--s),
1253+
repeating-linear-gradient(45deg,var(--c1) 0 25%,var(--c2) 0 50%)
1254+
0 0/calc(2*var(--s)) calc(2*var(--s))
1255+
}

0 commit comments

Comments
 (0)