Created
May 21, 2012 23:48
-
-
Save gentle-media/2765452 to your computer and use it in GitHub Desktop.
DWC
This file contains hidden or 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
/** | |
* DWC | |
*/ | |
#left_column, #center_column, #right_column { | |
width: 290px; | |
float:left; | |
padding: 10px 10px 10px 10px; | |
border:2px solid #85c441; | |
-moz-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; | |
} | |
#center_column, #right_column { | |
margin-left: 10px; | |
} | |
img {float: left} |
This file contains hidden or 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
<div id="left_column"> | |
<img src="images/1.png" width="110" height="280" /> | |
<h2>You've had an accident and it wasn't your fault</h2> | |
<p>Chances are a worryfreeclaims representative has already been in contact and qualified you for the program. You're ready to get started.</p> | |
</div> | |
<div id="center_column"> | |
<img src="images/2.png" width="110" height="280" /> | |
<h2>Your car goes to one of our qualified shops</h2> | |
<p>Our nationwide network of qualified shops means you are being serviced by one of the best body shops in your area. And work is guaranteed.</p> | |
</div> | |
<div id="right_column"> | |
<img src="images/3.png" width=110" height="280" /> | |
<h2>Your car is fixed, no fuss, no hassle</h2> | |
<p>Your repairs will be completed and your car will be back to it's pre-accident condition. It's worry free!</p> | |
</div> |
This file contains hidden or 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment