Skip to content

Commit 0886435

Browse files
iYassrclaude
andcommitted
Add gradient divider between hero and animation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 33b4ada commit 0886435

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,13 @@
678678
.transform-label.output {
679679
color: var(--accent);
680680
}
681+
682+
.divider {
683+
height: 1px;
684+
background: linear-gradient(90deg, transparent, var(--bg-light), var(--accent), var(--bg-light), transparent);
685+
max-width: 600px;
686+
margin: 0 auto;
687+
}
681688
</style>
682689
</head>
683690
<body>
@@ -722,6 +729,8 @@ <h1>maskr<span>_</span></h1>
722729
</div>
723730
</section>
724731

732+
<div class="divider"></div>
733+
725734
<!-- Transform Animation -->
726735
<section class="transform-animation">
727736
<div class="container">

0 commit comments

Comments
 (0)