Cards Bootstrap 5Free+ CSS
Free Bootstrap 5 card snippet — Neumorphic card snippet | Neumorphic profile card. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
2.4k views53 downloads
gosnippets.com/preview/neumorphic-card-snippet-|-neumorphic-profile-card
Source Code
1<div class="container d-flex justify-content-center">
2
3
4 <div class="card p-3 py-4 mt-5 mb-5">
5 <div class="text-center"> <img src="https://images.pexels.com/photos/2787341/pexels-photo-2787341.jpeg" width="100" class="rounded-circle">
6 <h3 class="mt-2">Radhika Menon</h3> <span class="mt-1 clearfix">Software Developer</span> <small class="mt-4">I am a Software Developer working at Microsoft Inc at Silicon,USA</small>
7 <div class="button mt-5">
8 <button class="view-button"> View More</button>
9 </div>
10 </div>
11 </div>
12
13
14
15</div>More Cards snippets

Bootstrap carousel with cards in 3 columns
Bootstrap carousel with cards in 3 columns: a hand-crafted, open-source Bootstrap 5 card. HTML included, ready to copy.
CardsView →

Bootstrap 5 ecommerce product cards details template
Add a card to your UI with Bootstrap 5 ecommerce product cards details template. Free Bootstrap 5 code — HTML & CSS ready to copy, MIT licensed.
CardsView →

Bootstrap snippet Panels with nav tabs using HTML & CSS
Bootstrap snippet Panels with nav tabs using HTML & CSS — a free Bootstrap 5 card snippet. Copy the HTML & CSS and paste straight into your Bootstrap 5 project.
CardsView →
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.