index.html
<div id="side">
<div id="boxcontainer">
<div id="side-info">
<h3>Get In Touch With Us</h3>
<ul>
<li><img src="images/pic2.png" ALT="picture1" ALIGN=LEFT />Request more information from OCK&Associates</li>
</div></div>
style.css
#content #boxcontainer {
width:240px;
padding: 10px;
border:0px solid #000;
background-color:#CCCCCC;
}
#content #boxcontainer h3{
font face: "Arial" color: red size: 14px;
}
Get In Touch With Us
Suppose to be in red color, but in actual I still see it black. Why is it ? How to turn it to red ?