Skip to content

Instantly share code, notes, and snippets.

@kevinballon
Created October 5, 2013 16:21
Show Gist options
  • Save kevinballon/6842904 to your computer and use it in GitHub Desktop.
Save kevinballon/6842904 to your computer and use it in GitHub Desktop.
Maurann Stein Core Interaction
<DOCTYPE! html>
<html>
<head>
<title>Core Interaction</title>
<link rel="stylesheet" href="assets/css/second_comp.css">
</head>
<body>
<div class="quote">
<div class="before">
<p> Get your </p>
</div>
<div class="facts">
<div class="facts" id="f"> F </div>
<div class="facts" id="a"> A </div>
<div class="facts" id="c"> C </div>
<div class="facts" id="t"> T </div>
<div class="facts" id="s"> S </div>
</div>
<div class="after">
<p> first. </p>
<hr>
<p> Then you can distort them as you please. </p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment