JSFiddle - React, Tailwind, and code Playground
by Donna Torr
HTML
<div class="container-fluid now"><h1>KEITH MAUNEY & ASSOCIATES
ULTRASOUND TRAINING INSTITUTES
</h1>
<h3>
CERTIFIES THAT </h3>
<h2 style="text-align:center;">Add Name</h2>
<h3 style="color:#55555;">Add company</h3>
<p>HAS PARTICIPATED IN THE THEORETICAL & PRACTICAL ULTRASOUND CURRICULUM FOR</p>
<h2>Add course name
</h2>
<p>Comprehensive Instruction in Theory and Applied Technique</p>
<p>
This activity has been planned and implemented in accordance with the recommendations established by the Intersocietal Accreditation Commission
for Vascular Testing and the National Education Curriculum for Sonography, and has constituted 9.0 hours of didactic and hands--on instruction.
</p>
<h2>
THIS COURSE HAS BEEN CONDUCTED IN add location and date - to check</h2>
<p>
By:</p>
</p>
<img src="https://www.kmaultrasound.com/images/email/Keith_signature.png" width="100px">
<p>Keith A. Mauney, Program Director
</p>
</h2>
</p>
<table style="width: 100%;">
<tbody>
<tr>
<td style="text-align:left;"> –Established 1981–</td>
<td style="text-align:right;"> –kmaultrasound.com–</td>
</tr>
</tbody>
</table>
CSS
.now {
background: url("https://www.kmaultrasound.com/images/email/background-cert.png") no-repeat;
text-align:center;
background-position:top;
height:900px;
}
.now h1 {
padding-top:100px;
}