diff options
author | Teddy Wing | 2018-11-11 04:31:05 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-11 04:31:05 +0100 |
commit | 217e3fd6a4f03cd68ddae6f07be479e34b255234 (patch) | |
tree | cab22241ca4cbf64838d63489d7c59d7a9ef5697 /index.html | |
parent | ad92ad63a8650d3a301c9ab5d461e006cd7dd9b9 (diff) | |
download | dome-key-web-217e3fd6a4f03cd68ddae6f07be479e34b255234.tar.bz2 |
Move "Buy" button to the right side of the "Try it free" header
Needed to adjust some positioning styles and fix the padding on the
button.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -42,15 +42,19 @@ With up to three new button inputs, the possibilities are endless. </p> - <h2>Try it free for 30 days</h2> + <div class="position-relative margin-bottom-0.5"> + <h2 class="display-inline-block">Try it free for 30 days</h2> + <a href="#" + class="button button-magenta + padding-top-9 padding-bottom-9 + position-absolute right-0 bottom-0"> + Buy ($15) + </a> + </div> <div class="code code-block"> <span class="color-murky-pond">$</span> brew install teddywing/DomeKey/dome-key </div> - <p> - <a href="#" class="button button-magenta">Buy ($15)</a> - </p> - <h2>Examples</h2> <p>Video controls:</p> |