Edit in JSFiddle

 <body>
     <div id="div1">
     <p>This is content of div1.</p>
     </div>
     <div id="div2">
     <p>This is content of div2.</p>
     </div>
     </body>
div
{
font-family:comic sans ms;
color:green;
display:block;
border-style:ridge;
background-color:orange;
}