Created
October 5, 2013 16:21
-
-
Save kevinballon/6842904 to your computer and use it in GitHub Desktop.
Maurann Stein
Core Interaction
This file contains 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>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