Heart button

Developer
Size
2,336 Kb
Views
42,504

How do I make an heart button?

What is a heart button? How do you make a heart button? This script and codes were developed by Lahvjal on 24 August 2022, Wednesday.

Heart button Previews

Heart button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Heart button</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="favourite-heart"> <input type="checkbox" id="check" class="check-with-label" /> <label for="check" class="label-for-check"> <svg height="20px" viewBox="-15343.004 -22132.898 637.506 516.023"> <path class="heart" d="M1167.061,2353.824h-12.836c-35.941-7.707-169.443-48.781-272.135-210.52-48.779-74.449-46.209-172,12.838-238.754,35.941-41.078,89.854-66.75,143.768-66.75,46.211,0,89.857,15.4,128.365,46.207,35.943-28.238,77.02-46.207,128.365-46.207,56.482,0,107.828,25.672,143.768,66.75,56.482,61.613,61.617,159.168,12.838,238.754-102.693,159.172-233.625,200.25-272.133,210.52C1177.33,2348.684,1172.2,2353.824,1167.061,2353.824Z" transform="translate(-16190.871 -23970.699)"/> </svg> </label>
</div>
</body>
</html>

Heart button - Script Codes CSS Codes

.favourite-heart { width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center;
}
.favourite-heart .check-with-label { display: none;
}
.favourite-heart .check-with-label:checked + .label-for-check > svg > .heart { fill: red; stroke: none;
}
.favourite-heart .check-with-label + .label-for-check > svg > .heart { fill: none; stroke: #ddd; stroke-width: 60px; transition: all ease 500ms;
}
.favourite-heart svg { cursor: pointer; padding: 10px; transition: all ease 100ms;
}
.favourite-heart svg:active { height: 25px;
}
.favourite-heart svg:active .heart { fill: red; stroke: none;
}
Heart button - Script Codes
Heart button - Script Codes
Home Page Home
Developer Lahvjal
Username lahvjal
Uploaded August 24, 2022
Rating 3
Size 2,336 Kb
Views 42,504
Do you need developer help for Heart button?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Lahvjal (lahvjal) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!