Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created November 11, 2020 02:16
Show Gist options
  • Save Pavracer/ffce921848866de980de716018079a63 to your computer and use it in GitHub Desktop.
Save Pavracer/ffce921848866de980de716018079a63 to your computer and use it in GitHub Desktop.
<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