I have this piece of code for my footer. the footer needs to have a different style for the last item with the name "SERVICE AGREEMENT/PRIVACY POLICY".. is it possible to use the same class and get the codes , i mean not using different class like what I have done?
<ul class="footer_content">
<li class="footer_content_item"><a href="#">HOME</a></li>
<li class="footer_content_item"><a href="#">ABOUT US</a></li>
<li class="footer_content_item"><a href="#">CONTACT US</a></li>
<li class="footer_content_item"><a href="#">SERVICES</a></li>
<li class="footer_content_item1"><a href="#">SERVICE AGREEMENT/PRIVACY POLICY</a></li>
</ul>