Heartbeat

Developer
Size
2,079 Kb
Views
38,456

How do I make an heartbeat?

CSS3 + FontAwesome. What is a heartbeat? How do you make a heartbeat? This script and codes were developed by Anton Petrov on 27 August 2022, Saturday.

Heartbeat Previews

Heartbeat - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Heartbeat</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="heartbeat"><i class="fa fa-heart"></i></div>
</body>
</html>

Heartbeat - Script Codes CSS Codes

body { background-color: #E5E5E5;
}
@keyframes heartbeat { 0% { transform: scale(0.75, 0.75); } 16% { transform: scale(1, 1); } 33% { transform: scale(0.75, 0.75); } 49% { transform: scale(1, 1); } 100% { transform: scale(0.75, 0.75); }
}
.heartbeat { position: absolute; width: 100px; height: 100px; animation: heartbeat .8s infinite; left: 50%; top: 50%; margin: -50px 0px 0px -50px; text-align: center; line-height: 100px; font-size: 100px; color: #AF394B; cursor: default;
}
Heartbeat - Script Codes
Heartbeat - Script Codes
Home Page Home
Developer Anton Petrov
Username apetrov
Uploaded August 27, 2022
Rating 3
Size 2,079 Kb
Views 38,456
Do you need developer help for Heartbeat?

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!

Anton Petrov (apetrov) Script Codes
Create amazing sales emails 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!