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
"skeleton"
Bootstrap 4.1.1 Snippet by
SANTANU CHOWDHURY
4.1.1
Preview
HTML
CSS
View Full Screen
Fork
Fork this
95
 
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"> <div class="postCard"> <h3 class="postCard__title skeleton"> </h3> <div class="postCard__content skeleton"> </div> <div class="postCard__flex"> <div> <strong class="postCard__strong skeleton"> </strong> </div> <div class="postCard__btn skeleton"> </div> </div> </div> <div class="postCard"> <h3 class="postCard__title skeleton"> </h3> <div class="postCard__content skeleton"> </div> <div class="postCard__flex"> <div> <strong class="postCard__strong skeleton"> </strong> </div> <div class="postCard__btn skeleton"> </div> </div> </div> <div class="postCard"> <h3 class="postCard__title skeleton"> </h3> <div class="postCard__content skeleton"> </div> <div class="postCard__flex"> <div> <strong class="postCard__strong skeleton"> </strong> </div> <div class="postCard__btn skeleton"> </div> </div> </div> </div> </div>
/* skeleton */ .skeleton { background-color: #e2e5e7; border-radius: 5px; background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); background-size: 40px 100%; background-repeat: no-repeat; background-position: left -40px top 0; animation: shine 1s ease infinite; } @-webkit-keyframes shine { to { background-position: right -40px top 0; } } @keyframes shine { to { background-position: right -40px top 0; } } /* post card */ .postCard{ padding: 20px 15px; border: 1px solid #f3f3f3; border-radius: 5px; margin-top: 20px; } .postCard__title{ font-size: 20px; margin-bottom: 6px; } .postCard__title.skeleton{ height: 30px; } .postCard__content.skeleton{ height: 100px; } .postCard__flex{ display: flex; justify-content: space-between; gap: 20px; margin-top: 15px; } .postCard__strong{ font-weight: 500; margin-right: 5px; } .postCard__strong.skeleton{ height: 30px; display: block; width: 100px; } .postCard__btn{ font-weight: 500; color: #ef3d3d; } .postCard__btn.skeleton{ height: 30px; width: 100px; }
Related:
See More
Free Template
Coming Sssoon Page
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76