Skip to content

Instantly share code, notes, and snippets.

@jacobmischka
Created October 17, 2016 16:21
Show Gist options
  • Save jacobmischka/dcf33c5d4d533264bdbdeae0ed3b87ac to your computer and use it in GitHub Desktop.
Save jacobmischka/dcf33c5d4d533264bdbdeae0ed3b87ac to your computer and use it in GitHub Desktop.
test.html
<html>
<head>
<style>
.container {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
}
</style>
</head>
<body>
<div class="container">
<p>
fuck
</p>
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Australia Labor Party came up with lame case against gay marriage proposal: it would engender anti-gay hate! Human freedoms includes love.</p>&mdash; Edward A. Snyder (@EdwardASnyder) <a href="https://twitter.com/EdwardASnyder/status/786358287151136768">October 13, 2016</a></blockquote> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment