Skip to content

Instantly share code, notes, and snippets.

@pfefferle
Last active February 6, 2018 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfefferle/54a909cb8789cbea64086eaaa267d7dd to your computer and use it in GitHub Desktop.
Save pfefferle/54a909cb8789cbea64086eaaa267d7dd to your computer and use it in GitHub Desktop.
<style type="text/css">
article { width: 100%; }
article p { width: 800px; margin: 0 auto; }
article figure { width: 2500px; margin: 0 auto; }
</style>
<article>
<p>Lorem Ipsum...</p>
<figure>
<img src="/img.png" alt="demo image" />
</figure>
<p>Lorem Ipsum...</p>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment