Skip to content

Instantly share code, notes, and snippets.

@findlogan
Created January 10, 2020 16:17
Show Gist options
  • Select an option

  • Save findlogan/9600e4b30db283ccd669af3571a43c7d to your computer and use it in GitHub Desktop.

Select an option

Save findlogan/9600e4b30db283ccd669af3571a43c7d to your computer and use it in GitHub Desktop.
Example of inline block paragraphs
<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