Shadow Text box
Examples
Your Text...
Tips on using the Code Below:
1: To change the Shadow color, modify the background-color in line 1 of the code. (#cccccc)
2. To change the background color of the text box, modify the background-color in line 2 of the code.(#ffffff)
Code
Shadow Text Box
<div style="margin: 50px 15% 50px 15%; background-color: #cccccc;">
<div style="position: relative; top: -20px; left: -20px; padding: 20px; background: #ffffff; border: 2px solid #cccccc;">
<!-- Place your content below --->
<p>Your Text...</p>
<!-- end content -->
</div>
</div>