# blockenberg/2.0.7/blocks/shape-divider/style.css

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 21 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/shape-divider/style.css
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/shape-divider/style.css
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/shape-divider/style.css#L10-L20`.

```css
/* ── Shape Divider ──────────────────────────────────────────────────────── */
.bksvd-wrap {
    line-height: 0;
    overflow: hidden;
}

.bksvd-svg {
    display: block;
}

@keyframes bksvdWave {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-25%); }
    100% { transform: translateX(0); }
}

.bksvd-animate {
    animation: bksvdWave var(--bksvd-speed, 8s) ease-in-out infinite;
    width: 200% !important;
}

```
