Cards
Cards - Use on the testimonial section of the page
HTML AND CSS Code
HTML CODE
Testimonials
Piolo
Hotel Manager
“My first day I came to the clinic of Dr. Glenn, his team were amazing.
They have done their best to make me feel comfortable. I like to thank them for
the best treatment they gave me and I will recommend my friends to come to Family
Care Dental Clinic as well. My teeth looked fantastic!”
Maritess
Business Entrepeneur
“Doc Glenn definitely is a good dentist and his clinic is very child friendly, my daughter
now loves to go to a dentist. Thank you Doc for taking care of my teeth and also to my daughter. ”
Dolphy
Architect
“I definitely recommend this clinic, they have the state of the art equipments and Doc Glenn
is very accommodating. Thank you for making my dentures, it is more than I expected for... ”
CSS CODE
.avatar {
vertical-align: middle;
width: 200px;
height: 200px;
border-radius: 50%;
}
body{
background-color:#eee;
}
.card{
border:1px solid #cbe948;
height:500px;
box-shadow: 0 20px 20px -14px rgba(0, 0, 0, 0.25);
border-radius: 1rem;
}
.user-content p{
margin-top:5px;
font-size:12px;
}
.ratings i{
color:#69cff9;
}
