Question answer box Q&A
paste this code above the ]]></b:skin>
.QNA_box{
border: 2px solid lightgrey; padding: 15px; border-radius: 7px; } .QNA_box h2 { border-bottom: 2px solid lightgrey; margin-bottom: 10px; margin-top:0px; padding-bottom: 7px; }paste this code in html post where u need it at down
<div class="QNA_box" >
<h2>Question 1 Here </h2>
<p>Write the Answer to the question 1 here.</p>
</div>
<br>
<div class="QNA_box" >
<h2>Question 2 Here </h2>
<p>Write the Answer to the question 2 here.</p>
</div>
Comments
Post a Comment