Created
March 7, 2016 23:41
-
-
Save victorkane/7f9d9b9279d8f8c7c340 to your computer and use it in GitHub Desktop.
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
<!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