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 <br />information from <br />OCK&Associates</li>
<br></div></div><br>
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;
}
<h3>Get In Touch With Us</h3>
Suppose to be in red color, but in actual I still see it black. Why is it ? How to turn it to red ?