<html>
<head>
<style>
p:first-line {
color: green;
font-size: 50px;
}
</style>
<body><p>BigAndGreen<br>SmallAndBlack</p></body>
</html>
<html>
<head>
<style>
p:first-line {
color: green;
font-size: 50px;
}
</style>
<body><p>BigAndGreen<br>SmallAndBlack</p></body>
</html>