Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created June 1, 2021 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muditlambda/cd8e4dfc37a125ec84784eec71a9ceb1 to your computer and use it in GitHub Desktop.
Save muditlambda/cd8e4dfc37a125ec84784eec71a9ceb1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
p::first-line {
color: #00ff00;
font-variant: small-caps;
}
</style>
</head>
<body>
<p>The quick brown fox jumps over the lazy dog.
<br>The quick brown fox jumps over the lazy dog.
<br>The quick brown fox jumps over the lazy dog.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment