css-gradient-floating/README.md

20 lines
1.0 KiB
Markdown
Raw Normal View History

2022-12-02 07:46:54 +07:00
# Floating gradient (only css)
2022-11-28 09:48:23 +07:00
2022-12-02 08:30:14 +07:00
<img src="https://storage.mirzaev.sexy/2022/git.mirzaev.sexy/mirzaev/css-gradient-floating/1.gif" alt="css gradient preview with white theme" height="350"/>
<img src="https://storage.mirzaev.sexy/2022/git.mirzaev.sexy/mirzaev/css-gradient-floating/2.gif" alt="css gradient preview with black theme" height="350"/></br>
2022-12-02 07:46:54 +07:00
<small>design based on "/gradient.css" on my site https://account.mirzaev.sexy (see for more updates)</small></br></br>
File "/gradient.css" contains gradient css only!
### HTML-architecture
```
2022-12-02 08:02:34 +07:00
<section class="gradient">
2022-12-02 07:46:54 +07:00
<a href="">sample text</a>
<div class="red"></div>
<div class="green"></div>
<div class="blue"></div>
</section>
```
2022-12-02 08:30:14 +07:00
<img src="https://storage.mirzaev.sexy/2022/git.mirzaev.sexy/mirzaev/css-gradient-floating/3.gif" alt="codepen preview" width="500"/></br>
<img src="https://storage.mirzaev.sexy/2022/git.mirzaev.sexy/mirzaev/css-gradient-floating/4.png" alt="codepen preview" width="500"/></br>
<small>CodePen preview: https://codepen.io/mirzaev-sexy/pen/QWxxxJV</small>