What Does It Do?
I craft beautiful, responsive websites with cutting-edge UI/UX design using only HTML, CSS, and JavaScript.
Stunning UI Design
I create visually appealing interfaces with attention to detail and modern design principles.
Fully Responsive
Every website I build works perfectly on all devices from mobile to desktop.
Modern Tech Stack
I use TailwindCSS, Feather Icons, and Vanta.js for interactive, animated experiences.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Modern Website</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="min-h-screen bg-gradient-to-br from-indigo-900 to-purple-800">
<h1 class="text-4xl font-bold text-center text-white py-20">
Hello Beautiful World!
</h1>
</body>
</html>