Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.21 KB | None | 0 0
  1. <style>
  2.     .csgo-collumn {
  3.         width: 30%;
  4.         display: inline-block;
  5.         vertical-align: top;   
  6.     }
  7.     @media screen and (max-width: 1024px) {
  8.         .csgo-collumn {
  9.             display: block;
  10.             width: 100%;
  11.         }
  12.     }
  13. </style>
  14. <div style="text-align: center;">
  15. <div class="csgo-collumn"><img id="rank1-image" src="https://test.safronov.xyz/csgo_ranks/icons/silver1.png" />
  16. <strong>Select your current rank:</strong>
  17. <select id="rank1">
  18. </select>
  19. <div style="text-align: left;">
  20.  
  21. <strong>Extra options</strong>
  22.  
  23. <label for="1winboost"><input id="1winboost" class="rank-option" type="checkbox" /> 1 WIN EXTRA AFTER BOOST</label>
  24.  
  25. <label for="duoboost"><input id="duoboost" class="rank-option" type="checkbox" /> DUO/LOBBY BOOST</label>
  26.  
  27. <strong>Enter your contacts:</strong>
  28. <select id="select-contact">
  29. <option value="skype">Skype</option>
  30. <option value="email">E-mail</option>
  31. </select>
  32.  
  33. <strong>Enter your Steam account data:</strong>
  34. <input id="field-steam" class="rank-option" name="steamlogin" required="" type="text" placeholder="Your Steam login" />
  35. </div>
  36. </div>
  37. <div class="csgo-collumn"><img id="rank2-image" src="https://test.safronov.xyz/csgo_ranks/icons/silver1.png" />
  38. <strong>Select your desired rank:</strong>
  39. <select id="rank2">
  40. </select>
  41. <div style="text-align: left; height: 154px;">
  42.  
  43. <strong>Promocode:</strong><input id="field-promocode" class="rank-option" type="text" placeholder="Enter your promocode" />
  44.  
  45. </div>
  46. <strong>Enter your contacts:</strong>
  47. <input id="field-skype" class="rank-option" type="text" placeholder="Your Skype login" /><input id="field-email" class="rank-option" style="display: none;" type="text" placeholder="Your e-mail address" />
  48.  
  49. <strong>Enter your Steam password:</strong><input id="field-steam-pwd" class="rank-option" name="steampwd" required="" type="password" placeholder="Your Steam password" />
  50.  
  51. </div>
  52. <div style="clear: both; padding-top: 20vh;">
  53. <h1 id="total-price" style="display: none;">Total price: <span id="summ"></span></h1>
  54. <a id="link" style="display: none;" target="_blank" rel="noopener"></a><button class="single_add_to_cart_button button alt"> Pay with G2A/Paypal</button>
  55.  
  56. </div>
  57. </div>
  58. <script defer src="//test.safronov.xyz/csgo-wrapper.js?8"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement