No title

Profile Card

Andrea Joe

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

body{ margin: 0; padding: 0; height: 100vh; justify-content: center; align-items: center; display: flex; background: #eee; } .card{ font-family: "Candara", sans-serif; width: 340px; overflow: hidden; background: #fff; border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; } .card-image img{ width: 100%; height: 160px; border-top-left-radius: 10px; border-top-right-radius: 10px; object-fit: cover; } .profile-image img{ z-index: 1; width: 120px; height: 120px; position: relative; margin-top: -75px; display: block; margin-left: auto; margin-right: auto; border-radius: 100px; border: 10px solid #fff; transition-duration: 0.4s; transition-property: transform; } .profile-image img:hover{ transform: scale(1.1); } .card-content h3{ font-size: 25px; text-align: center; margin: 0; } .card-content p{ font-size: 16px; text-align: justify; padding: 0 20px 5px 20px; } .icons{ text-align: center; padding-top: 5px; padding-bottom: 30px; } .icons a{ text-decoration: none; font-size: 20px; color: #0ABDE3; padding: 0 14px; transition-duration: 0.4s; transition-property: transform; } .icons a:hover{ color: #000; transform: scale(1.5); }

Post a Comment

0Comments
Post a Comment (0)