Skip to content

Instantly share code, notes, and snippets.

@victorkane
Created March 7, 2016 23:41
Show Gist options
  • Save victorkane/7f9d9b9279d8f8c7c340 to your computer and use it in GitHub Desktop.
Save victorkane/7f9d9b9279d8f8c7c340 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<div style="float:left;width:44%;background-color:black; color:white; padding:2%;">
<h2>London</h2>
<p>London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.</p>
</div>
<div style="width:44%;float:right;background-color:red; color:white; padding-left:5px;">
<p style="margin-left:5px;">Standing on the River Thames, London has been a major settlement for two millennia, its history going back to its founding by the Romans, who named it Londinium.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment