diff --git a/registry/blocks/vfx-liquid-glass/vfx-liquid-glass.html b/registry/blocks/vfx-liquid-glass/vfx-liquid-glass.html index 657dc7deb..2ac7ac054 100644 --- a/registry/blocks/vfx-liquid-glass/vfx-liquid-glass.html +++ b/registry/blocks/vfx-liquid-glass/vfx-liquid-glass.html @@ -52,20 +52,34 @@ overflow: hidden; } .text-source::before { - content: ''; + content: ""; position: absolute; - width: 700px; height: 700px; border-radius: 50%; - background: radial-gradient(circle, rgba(0,212,255,0.06) 0%, transparent 70%); - top: -150px; right: -100px; pointer-events: none; + width: 700px; + height: 700px; + border-radius: 50%; + background: radial-gradient(circle, rgba(0, 212, 255, 0.06) 0%, transparent 70%); + top: -150px; + right: -100px; + pointer-events: none; } .text-source::after { - content: ''; + content: ""; position: absolute; - width: 500px; height: 500px; border-radius: 50%; - background: radial-gradient(circle, rgba(124,58,237,0.05) 0%, transparent 70%); - bottom: -100px; left: -50px; pointer-events: none; + width: 500px; + height: 500px; + border-radius: 50%; + background: radial-gradient(circle, rgba(124, 58, 237, 0.05) 0%, transparent 70%); + bottom: -100px; + left: -50px; + pointer-events: none; + } + .badge { + font-size: 14px; + font-weight: 600; + letter-spacing: 3px; + text-transform: uppercase; + color: rgba(0, 212, 255, 0.8); } - .badge { font-size: 14px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: rgba(0,212,255,0.8); } .text-source h1 { font-size: 148px; font-weight: 900; @@ -83,7 +97,7 @@ .subtitle { font-size: 28px; font-weight: 400; - color: rgba(255,255,255,0.35); + color: rgba(255, 255, 255, 0.35); max-width: 800px; line-height: 1.5; } @@ -92,9 +106,23 @@ gap: 48px; margin-top: 16px; } - .stat { text-align: center; } - .stat-val { font-size: 42px; font-weight: 800; color: #00d4ff; letter-spacing: -1px; } - .stat-label { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 2px; margin-top: 4px; } + .stat { + text-align: center; + } + .stat-val { + font-size: 42px; + font-weight: 800; + color: #00d4ff; + letter-spacing: -1px; + } + .stat-label { + font-size: 12px; + font-weight: 600; + color: rgba(255, 255, 255, 0.3); + text-transform: uppercase; + letter-spacing: 2px; + margin-top: 4px; + }
@@ -125,11 +153,23 @@