Skip to content

Instantly share code, notes, and snippets.

@vuonglam94
Created July 2, 2018 03:27
Show Gist options
  • Save vuonglam94/e58c2a3e3234d852b6f236c2ccb40e5e to your computer and use it in GitHub Desktop.
Save vuonglam94/e58c2a3e3234d852b6f236c2ccb40e5e to your computer and use it in GitHub Desktop.
How to prevent a line break with an H1, H2, H3, H4, H5, H6 tag
<style>
h1, h2, h3, h4, h5, h6 {
display: inline;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment