Created
October 17, 2016 16:21
-
-
Save jacobmischka/dcf33c5d4d533264bdbdeae0ed3b87ac to your computer and use it in GitHub Desktop.
test.html
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
<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>— 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