Nasty CSS tretchery

This commit is contained in:
Colin Davis 2011-07-08 01:16:22 -04:00
parent d48681e2cf
commit c64ca435a9
2 changed files with 11 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -161,7 +161,7 @@ $(document).ready(function(){
<div class="content_section">
<!-- start of left content section -->
<div class="left_content">
<div class="left_content" style="position:relative; top:40px">
<img src="http://robohash.com/{{ip}}.png" alt="You!" class="left" />
@ -171,12 +171,17 @@ $(document).ready(function(){
<div class="right_content">
<div class="section_title">How cool is this?</div>
<p>That guy to your left there? He was specially generated from your IP address <i>Just for you</i>.<br>
Try on your phone, and I bet you get someone different! </p>
<p> That guy to your left there? He was specially generated from your IP address <i>Just for you.</i></p>
<div class="container" >
<div class="contain-right" style="width:60%; float:right;">
<p>Try on your phone, and I bet you get someone different!</p>
<p>Keep scrolling down to see some more freshly-assembled RoboHashes.</p>
</div>
<div class="contain-left" >
<img src="static/img/down-arrow.png" alt="Scroll down!" height=200 class="left" />
</div>
</div>
<p>Keep scrolling down to see some more freshly-assembled RoboHashes.</p>
<img src="static/img/down-arrow.png" alt="You!" class="left" />
</div><!-- end of right content section -->