Full Source Code — Epic Animated Delete Button

<!DOCTYPE html>
<html lang="en">
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Epic Animated Delete Button</title> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body> <div class="delete-container"> <button class="delete-btn" id="deleteBtn"> <i class="fas fa-trash-alt"></i> Delete </button> </div> </body>
</html>