Skip to content

Instantly share code, notes, and snippets.

@joeberkovitz
Created December 10, 2021 14:08
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 joeberkovitz/e6d9ec8d6def1f458683edb4ce377b9c to your computer and use it in GitHub Desktop.
Save joeberkovitz/e6d9ec8d6def1f458683edb4ce377b9c to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
.pxsize {
font-size: 96px;
}
.insize {
font-size: 1.0in;
}
</style>
</head>
<body>
<p class="pxsize">The quick brown fox jumped over the lazy dog</p>
<p class="insize">The quick brown fox jumped 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