DevPlatform
Home
Components
Search
Submit
Earn
Login
Sign Up Free
Testimonials - Preview | DevPlatform
DevPlatform
Categories
Accordion
Animation
Box Shadow
Button
Card
Footer
Form
Gallery
Hero Section
Inputs
Loader
Marquee
Modal
Modules
Navbar
Progress Bar
Radio Buttons
Search-Bar
Sections
Slider
Tab
Timeline
Toggle
Testimonials
sachin007
Jan 17, 2026
3
0
Share
Live Preview
Refresh
Live Editor
HTML
CSS
JS
HTML
CSS
JavaScript
1
<div class="testimonials-section"> <div class="testimonials-grid"> <div class="testimonial-card"> <div class="quote-icon"> <i class="fas fa-quote-right"></i> </div> <p class="testimonial-text">"This platform transformed how we handle customer interactions. Our efficiency increased by 40% in just three months."</p> <div class="author-info"> <div class="avatar"> <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Alex Morgan"> </div> <div class="author-details"> <h4>Alex Morgan</h4> <p>CEO, TechVision Inc.</p> </div> </div> </div> </div> </div>
1
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; } body { background-color: #0a0a0f; color: #f8f9fa; min-height: 100vh; display: flex; align-items: center; justify-content: center; } .container { width: 100%; max-width: 1400px; } .testimonials-section { background: linear-gradient(135deg, rgba(15, 15, 25, 0.9), rgba(10, 10, 20, 0.95)); border-radius: 32px; padding: 80px 60px; border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05); position: relative; overflow: hidden; } .testimonials-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%); z-index: 0; } .testimonials-section::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(139, 92, 246, 0.05) 0%, transparent 70%); z-index: 0; } .header-section { margin-bottom: 80px; position: relative; z-index: 1; } .tagline { display: inline-block; background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.1)); border: 1px solid rgba(99, 102, 241, 0.2); padding: 8px 20px; border-radius: 50px; margin-bottom: 24px; } .tagline span { background: linear-gradient(90deg, #6366f1, #8b5cf6); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 600; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; } .header-section h1 { font-size: 56px; font-weight: 800; line-height: 1.2; margin-bottom: 24px; background: linear-gradient(90deg, #ffffff, #a5b4fc); -webkit-background-clip: text; background-clip: text; color: transparent; } .highlight { background: linear-gradient(90deg, #6366f1, #8b5cf6); -webkit-background-clip: text; background-clip: text; color: transparent; } .subtitle { font-size: 18px; color: #a0a0c0; line-height: 1.6; max-width: 500px; margin-bottom: 40px; } .cta-button { display: inline-flex; align-items: center; gap: 12px; background: linear-gradient(90deg, #6366f1, #8b5cf6); color: white; padding: 16px 32px; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 16px; transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 10px 30px rgba(99, 102, 241, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05); } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(99, 102, 241, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1); gap: 16px; } .cta-button:active { transform: translateY(-1px); } .testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 80px; position: relative; z-index: 1; } .testimonial-card { background: rgba(20, 20, 30, 0.7); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 20px; padding: 40px; transition: all 0.4s ease; backdrop-filter: blur(10px); max-width } .testimonial-card:hover { transform: translateY(-10px); border-color: rgba(99, 102, 241, 0.3); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(99, 102, 241, 0.1); } .quote-icon { font-size: 24px; color: #6366f1; margin-bottom: 24px; } .testimonial-text { font-size: 18px; line-height: 1.6; color: #e0e0f0; margin-bottom: 30px; font-weight: 400; } .author-info { display: flex; align-items: center; gap: 16px; } .avatar { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(99, 102, 241, 0.3); } .avatar img { width: 100%; height: 100%; object-fit: cover; } .author-details h4 { font-size: 18px; font-weight: 600; color: #ffffff; margin-bottom: 4px; } .author-details p { font-size: 14px; color: #a0a0c0; } .stats-section { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 40px; background: rgba(20, 20, 30, 0.5); border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.05); position: relative; z-index: 1; } .stat-item { text-align: center; padding: 20px; } .stat-number { font-size: 48px; font-weight: 800; background: linear-gradient(90deg, #6366f1, #8b5cf6); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 8px; line-height: 1; } .stat-label { font-size: 14px; color: #a0a0c0; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; } @media (max-width: 1024px) { .testimonials-section { padding: 60px 40px; } .header-section h1 { font-size: 48px; } .testimonials-grid { grid-template-columns: 1fr; } .stats-section { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .testimonials-section { padding: 40px 30px; } .header-section h1 { font-size: 36px; } .subtitle { font-size: 16px; } .stat-number { font-size: 36px; } .stats-section { grid-template-columns: 1fr; gap: 20px; } }
1
Comments
0
Want to comment?
Please
login
or
sign up
to post comments.
No comments yet
Be the first to comment on this component!
Comments 0
Want to comment?
Please login or sign up to post comments.
No comments yet
Be the first to comment on this component!