このコードでは:
...
<div class="job-overview no-company-desc">
<h2 class="job-overview-title">Overview</h2>
<p>Jamit’s client is looking for a Senior Software Engineer constantly iterating and pushing releases into production.</p>
<p><strong>Qualifications:</strong></p>
<ul>
<li>Experience leading a team of developers by example – following excellent coding habits and best practices</li>
<li>Experience in an Agile software development environment in a web context</li>
<li>A thorough understanding of how business needs drive product features</li>
<li>Demonstrated expertise with the entire software development life cycle</li>
</ul>
</div>
さまざまな css スタイルシートが含まれています。ヘッダーの最後に css コードを配置してオーバーライドしようとしています。つまり、
<style type="text/css">
p { color: blue; }
li { color: blue; }
</style>
これにより、LI
アイテムのリストは青色になりますが、P
コンテンツは青色になりません。P
コンテンツを青色にすることについて何か提案はありますか?