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 575b98c commit e6814eeCopy full SHA for e6814ee
index.html
@@ -1429,10 +1429,10 @@ <h1><span>C</span><span>S</span><span>S</span> Pattern</h1>
1429
<section id="g83">
1430
<style>#g83 {
1431
--s: 29px; /* control the size */
1432
- --b: calc(var(--s)/3); /* adjust the "3" to control the thickness*/
+ --b: 3; /* control the thickness*/
1433
1434
- --g:#0000 calc(100% - var(--b) - 1px),#615375 /* 1st color*/
1435
- calc(100% - var(--b)) calc(100% - 1px),#0000;
+ --g:#0000 calc(100% - var(--s)/var(--b) - 1px),#615375 /* 1st color*/
+ calc(100% - var(--s)/var(--b)) calc(100% - 1px),#0000;
1436
--r:calc(2.414*var(--s));
1437
--p:calc(1.414*var(--s));
1438
background:
0 commit comments