Skip to content

Instantly share code, notes, and snippets.

@ckdanny
Last active March 1, 2020 06:03
Show Gist options
  • Save ckdanny/069808c7c12ff72438ce7cb94bd38527 to your computer and use it in GitHub Desktop.
Save ckdanny/069808c7c12ff72438ce7cb94bd38527 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
p {
white-space: nowrap;
}
</style>
</head>
<body>
<p>
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment