Created
November 11, 2020 02:16
-
-
Save Pavracer/ffce921848866de980de716018079a63 to your computer and use it in GitHub Desktop.
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 class="custom-form"> | |
<img src="image-link-goes-here" width="136" height="136" alt="" class="wp-image-242551 aligncenter size-full" | |
style="float: left;" /> | |
<div class="content"> | |
<strong>Vasya V.</strong> | |
Earned $s35.1 in 38n seconds for | |
a correct rate change forecast | |
<p>of <strong>EUR</strong> to <strong>JPY</strong></p> | |
<p><a class="form-button" href="url-goes-here">I want to earn too</a></p> | |
</div> | |
</div> | |
<style> | |
.custom-form a.form-button { | |
background: blue; | |
color: #fff; | |
padding: 5px 10px; | |
width: 200%; | |
} | |
.custom-form .content { | |
float: right; | |
} | |
.custom-form { | |
width: 30%; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment