Get your own website Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style>
p:first-child {
  color: blue;
} 
</style>
</head>
<body>
<p>This is some text.</p>
<p>This is some text.</p>
<div>
  <p>This is some text.</p>
  <p>This is some text.</p>
</div>
</body>
</html>