Skip to content

Commit

Permalink
📝 Remove gradient background example
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Sep 30, 2024
1 parent 737408d commit 00b34f5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions website/src/content/docs/guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,22 +165,3 @@ With **Colorwind**, you can easily define and apply color utilities that adjust
</svg>
</TabItem>
</Tabs>

### 6. Section with gradient background:

<Tabs>
<TabItem label="Code">
```html
<section class="bg-gradient-to-t from-indigo-2 to-pink-1 p-10 text-pure">
<h1>Section with gradient</h1>
<p>Example of a section with gradient background colors and opacity.</p>
</section>
```
</TabItem>
<TabItem label="Render">
<section class="bg-gradient-to-t from-indigo-2 to-pink-1 p-10 text-pure">
<h1>Section with gradient</h1>
<p>Example of a section with gradient background colors and opacity.</p>
</section>
</TabItem>
</Tabs>

0 comments on commit 00b34f5

Please sign in to comment.