Untitled
unknown
plain_text
a year ago
572 B
7
Indexable
.headings { text-align: center; margin-bottom: 30px; } .card1 { text-align: center; } .card { transition: transform 0.2s ease; } .card:hover { transform: scale(1.02); } .headings { text-align: left; margin-bottom: 30px; /* display: flex; */ } .card { height: 100%; } .card-img-top { height: 200px; object-fit: cover; } .card-title { text-align: left; margin-top: 10px; } .card-text { text-align: left; margin-bottom: 15px; }
Editor is loading...
Leave a Comment