I am currently working on converting a design into HTML and CSS.
https://i.sstatic.net/INP31.png
So far, I have been able to recreate the design in JSFiddle, but I'm struggling to add double inverted commas as shown in the original design.
In the HTML code snippet below, you can see how I've tried to create the second paragraph:
<div id="line2" class="col-lg-12">
<div class="cofounder-ceo-image">
<img src="assets/img/Uploads/jack_v1.jpg"> </div>
<p>Whatever you say Whatever you say [...] say</p>
<p class="ceo">Jack Lau - Co-founder and CEO</p>
</div>
I'm interested to know if there is a CSS solution to replicate double inverted commas or if it's best to insert an image of them at a specific location?