Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Animated Heart In HTML5 and Css3"
Bootstrap 4.1.1 Snippet by
AbhishekSinha
4.1.1
Preview
HTML
CSS
View Full Screen
Fork
Fork this
2.0K
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h1 class="h1"> </h1> </div> <div class="Container text-center mb-5"> <small style="color:#f00">Abhishek Vivek Sinha <a href="https://www.admecindia.co.in/">@ADMEC MULTIMEDIA</a></small> </div>
.h1{ position: relative; width: 200px; height:200px; background-color:red; margin: 200px auto; animation: jim 5s infinite linear; } .h1::before{ position:absolute; content: ""; border-style: solid; border-width: 100px; border-color: red red red red; border-radius: 100px; animation: feel 5s infinite linear; top: -103px; left: 0px; } .h1::after{ position:absolute; content: ""; border-style: solid; border-width: 100px; border-color: red red red red; border-radius: 100px; top: 0px; left: -96px; animation: feelo 5s infinite linear; } @keyframes feel{ 0%{ top: -103px; left: 0px; } 25%{ top: 95px; left: 0px; } 50%{ top: 95px; left: 0px; } 75%{ top: -103px; left: 0px; } 100%{ top: -103px; left: 0px; } } @keyframes feelo{ 0%{ top: 0px; left: -96px; } 25%{ top: 0px; left: -96px; } 50%{ top: 0px; left: 96px; } 75%{ top: 0px; left: 96px; } 100%{ top: 0px; left: -96px; } } @keyframes jim{ 0%{ transform: rotate(45deg); } 100%{ transform: rotate(45deg); } }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76