Created
July 2, 2018 03:27
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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