Skip to content

Commit e72740e

Browse files
committed
#92
1 parent 671a987 commit e72740e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,6 +1581,21 @@ <h1><span>C</span><span>S</span><span>S</span> Pattern</h1>
15811581
#ECBE13;
15821582
background-size: calc(2*var(--s)) calc(3.46*var(--s));
15831583
}
1584+
</style><button>Copy the CSS</button>
1585+
</section>
1586+
<section id="g92">
1587+
<style>#g92 {
1588+
--s: 121px; /* control the size */
1589+
1590+
--c: #DFBA69 12.5%,#5A2E2E 0 25%,#0000 0;
1591+
background:
1592+
conic-gradient(at 80% 20%,var(--c))
1593+
calc(2*var(--s)/-5) calc(2*var(--s)/5),
1594+
conic-gradient(from 180deg at 60% 40%,var(--c))
1595+
calc(var(--s)/5) calc(var(--s)/-5),
1596+
conic-gradient(at 0% 100%,var(--c));
1597+
background-size: var(--s) var(--s);
1598+
}
15841599
</style><button>Copy the CSS</button>
15851600
</section>
15861601
<a target="_blank" href="https://github.com/Afif13/CSS-Pattern" class="credit">

0 commit comments

Comments
 (0)