Hi I have a #stylelike in a web page
#bottom{
{ font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#CC3333;
font-weight:bold
}
Now
Html is like this
<div id="bottom">
<p> Bottom Line 1 </p>
<p> Bottom Line2 </p>
</div>
I have to add a different font for bottom Line 2. how can I do that without changing the <div id="bottom">
Can I add a sub-class in the #bottom id style.
Please help with sample code..
Reply With Quote
