テキスト枠の背景を白にする

テキスト枠の背景を白にする。テキスト枠内の余白を20px、マージンを10pxとして、更に枠の罫線を1pxで色は黒を設定しています。

<div style="background-color: #ffffff; padding: 20px; margin-bottom: 10px; border: 1px dotted #000000;">

<p>

</div>

テキスト枠の背景をグレー

サンプル 

<div style="background-color: #e6e6fa; padding-top: 50px; padding-bottom: 30px;">

<p style="text-align: center;"><strong><span style="font-size: 95px;">サンプル</span></strong>&nbsp;</p>

</div>