Skip to content

Instantly share code, notes, and snippets.

@JacobHsu
Created September 11, 2014 03:32
Show Gist options
  • Save JacobHsu/283ceda995c93da9cd93 to your computer and use it in GitHub Desktop.
Save JacobHsu/283ceda995c93da9cd93 to your computer and use it in GitHub Desktop.
#CSS Positioning Result// source http://jsbin.com/nerew/1
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Result</title>
</head>
<body>
<h3>The Box Model</h3>
<img src="http://s3.amazonaws.com/codecademy-blog/assets/ae09140c.png"/>
<p>Image courtesy of www.w3.org!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment