Skip to content

Instantly share code, notes, and snippets.

View Semyon595's full-sized avatar
:shipit:
Здарова!

Semyon_5 Semyon595

:shipit:
Здарова!
View GitHub Profile
@Semyon595
Semyon595 / sakura.css
Last active October 21, 2025 10:30
Sakura Petals - 30 petals different colors
/* Лепестки сакуры */
body::before, body::after, body::first-letter, body::first-line, html::before, html::after {
content: ''; position: fixed; pointer-events: none; z-index: 9999;
width: 16px; height: 13px; border-radius: 60% 40% 80% 20%; opacity: 0.7;
filter: drop-shadow(1px 1px 2px rgba(255,128,171,0.4));
animation-timing-function: linear; animation-iteration-count: infinite;
}
body::before { top: -30px; left: 5%; background: #ffb7d5; animation: p1 14s infinite; }
body::after { top: -50px; left: 12%; background: #ff80ab; animation: p2 16s infinite 0.5s; }