Responsive Testimonial Quote Bubble

Developer
Size
1,828 Kb
Views
28,336

How do I make an responsive testimonial quote bubble?

What is a responsive testimonial quote bubble? How do you make a responsive testimonial quote bubble? This script and codes were developed by Jeremy Caris on 06 November 2022, Sunday.

Responsive Testimonial Quote Bubble Previews

Responsive Testimonial Quote Bubble - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Responsive Testimonial Quote Bubble</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="testimonial">
<blockquote>
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Nulla vitae elit libero, a pharetra augue. Donec id elit non mi porta gravida at eget metus. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
</blockquote>
<div></div>
<p>
Name, Location
</p>
</div>
</body>
</html>

Responsive Testimonial Quote Bubble - Script Codes CSS Codes

.testimonial blockquote {	margin: 10px 10px 0;	background: #ddd;	padding: 20px 60px;	position: relative;	border: none;	border-radius: 8px;	font-style: italic;
}
.testimonial blockquote:before, .testimonial blockquote:after {	content: "\201C";	position: absolute;	font-size: 80px;	line-height: 1;	color: #fff;	font-style: normal;
}
.testimonial blockquote:before {	top: 0;	left: 10px;
}
.testimonial blockquote:after {	content: "\201D";	right: 10px;	bottom: -.5em;
}
.testimonial div {	width: 0;	height: 0;	border-left: 0 solid transparent;	border-right: 20px solid transparent;	border-top: 20px solid #ddd;	margin: 0 0 0 60px;
}
.testimonial p {	margin: 8px 0 0 20px;	text-align: left;
}
Responsive Testimonial Quote Bubble - Script Codes
Responsive Testimonial Quote Bubble - Script Codes
Home Page Home
Developer Jeremy Caris
Username jeremycaris
Uploaded November 06, 2022
Rating 3
Size 1,828 Kb
Views 28,336
Do you need developer help for Responsive Testimonial Quote Bubble?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jeremy Caris (jeremycaris) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!