Created
January 10, 2020 16:17
-
-
Save findlogan/9600e4b30db283ccd669af3571a43c7d to your computer and use it in GitHub Desktop.
Example of inline block paragraphs
This file contains hidden or 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
| <div style="display: inline-block"> | |
| <p>These are now inline-block display.</p> | |
| <p> This is on the same line as the above paragraph.</p> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment