Black American Single Black Lioness

Profile Coming Soon

.client-profiles-list ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; } .client-profiles-list li { list-style: none; } .client-profiles-list a { display: block; padding: 20px; background: #f0f0f0; text-align: center; color: #333; text-decoration: none; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .client-profiles-list a:hover { transform: scale(1.05); box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); }