Created
November 2, 2016 21:57
-
-
Save RCTumolac/706762ad7b57f903f9b17d99eb4df419 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=706762ad7b57f903f9b17d99eb4df419
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> | |
<head> | |
<title>Do Now 4.1.0</title> | |
</head> | |
<body> | |
<div id="left">This text should be on the left of the page </div> | |
<div id="center">This text should be in the center of the page </div> | |
<div id="right"><img src="http://worldartsme.com/images/road-right-clipart-1.jpg"> </div> | |
</body> | |
</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
#left{ | |
text-align: left; | |
} | |
#center{ | |
text-align: center; | |
} | |
#right{ | |
text-align: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment