User Profile Card in Bootstrap by Vivek Kumar Output View Horizontal Vertical HTML CSS JS Tidy Suzy Bae @suzybae i8907@ewrd-trd 12064 Followers Edit Profile Bae Su-ji, better known by the stage name Bae Suzy or mononymously as Suzy, is a South Korean singer. Joined May,2024 HTML CSS JS Tidy * { margin: 0; padding: 0 } body { background-color: #ccc } .card { width: 350px; background-color: #efefef; border: none; cursor: pointer; transition: all 0.5s; } .image img { transition: all 0.5s } .card:hover .image img { transform: scale(1.5) } .profile { height: 140px; width: 140px; border-radius: 50% } .name { font-size: 22px; font-weight: bold } .userName { font-size: 14px; font-weight: 600 } .userID { font-size: 12px } .number { font-size: 22px; font-weight: bold } .follow { font-size: 12px; font-weight: 500; color: #444444 } .text span { font-size: 13px; color: #545454; font-weight: 500 } .icons i { font-size: 19px } .join { font-size: 14px; color:#000; font-weight: bold } .joinDate { background-color: #ccc; padding:5px 10px; } HTML CSS JS Tidy >_Console Clear Console >_Console File Setting HTML Code Playground Setting Title Description User Profile Card component in Bootstrap 5, Features Profile image animation, UserName, UserID, Bio, Follow button. Catagory Bootstrap Tags Bootstrap5 CSS Card Profile Resource Add External Stylesheets and Script