Skip to content

Instantly share code, notes, and snippets.

View Dossantosjoel7's full-sized avatar

Joel Luis dos Santos Dossantosjoel7

View GitHub Profile
@Dossantosjoel7
Dossantosjoel7 / glass-button.html
Created June 12, 2025 17:21
Liquid Glass Effect with CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Liquid Glass</title>
<style>
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;