Skip to content

Instantly share code, notes, and snippets.

@kevinballon
Created October 5, 2013 16:23
Show Gist options
  • Save kevinballon/6842925 to your computer and use it in GitHub Desktop.
Save kevinballon/6842925 to your computer and use it in GitHub Desktop.
Joel Tschong Composition (HTML&CSS)
<!doctype html>
<html>
<head>
<title>
Composition (HTML&CSS)
</title>
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<div class="text">
INQUIRE
<br>
WITHIN,
<br>
LIKE GODS
<br>
ABOVE,
<br>
AND SPIRITS
<br>
BELOW.
</div>
<div class="text2">
INQUIRE
<br>
WITHIN,
<br>
LIKE GODS
<br>
ABOVE,
<br>
AND SPIRITS
<br>
BELOW.
</body>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment