Skip to content

Instantly share code, notes, and snippets.

@RCTumolac
Created November 2, 2016 21:57
Show Gist options
  • Save RCTumolac/706762ad7b57f903f9b17d99eb4df419 to your computer and use it in GitHub Desktop.
Save RCTumolac/706762ad7b57f903f9b17d99eb4df419 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=706762ad7b57f903f9b17d99eb4df419
<!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>
#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