Skip to content

Instantly share code, notes, and snippets.

View amelabdh's full-sized avatar

amelabdh

  • Joined May 16, 2026
View GitHub Profile
@amelabdh
amelabdh / index.html
Created May 17, 2026 00:56
Interactive Liquid Gradient using Three.js
<head>
<meta charset="UTF-8">
<title>Interactive Liquid Gradient</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800&family=Bebas+Neue&family=Montserrat:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>