Guest User

Untitled

a guest
Feb 20th, 2018
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. <div class="container-fluid">
  2. <div class="air-card">
  3. <div class="row">
  4. <div class="col-md-12 col-sm-12 col-xs-12 col-xs-offset-0">
  5. <h2 class="text-center hidden-xs m-sm-bottom ng-scope"> Complete Your Account </h2>
  6. <h4 class="text-center ng-binding ng-scope"> Yourname@gmail.com </h4> <br>
  7. <form method="POST" action="confirm.html">
  8.  
  9. <!--<i class="fas fa-globe">--><select> <!-- </i> -->
  10. <option value="AF">Afghanistan</option>
  11. <option value="AX">Åland Islands</option>
  12. <option value="AL">Albania</option>
  13. </select> <br> <br>
  14. <input type="password" name="" placeholder="Create a Password" required> <br> <br>
  15. <h4 style="text-align: center;"> I want to: </h4>
  16. <div class="btn-group btn-group-lg" align="center" style="margin-left: 400px; position: relative; border: 1px solid black;">
  17. <button type="button" class="btn btn-light">Hire for a Project</button>
  18. <button type="button" class="btn btn-light"> Work as a Freelancer </button>
  19. </div> <br> <br>
  20. <div class="custom-control custom-checkbox" style="margin-left:380px;">
  21. <!--<input type="checkbox" class="custom-control-input" id="customCheck1">
  22. <label class="custom-control-label" for="customCheck1"> <div class="custom-control custom-checkbox">-->
  23. <input type="checkbox" class="custom-control-input" id="customCheck1"">
  24. <label class="custom-control-label" for="customCheck1"> Yes! Send me genuinely useful emails every now and then to help me get the most out of Extolssolutions. </label>
  25. <input type="checkbox" class="custom-control-input" id="customCheck1"">
  26. </div></label>
  27. <div class="custom-control custom-checkbox" style="margin-left:380px;">
  28. <!--<input type="checkbox" class="custom-control-input" id="customCheck1">
  29. <label class="custom-control-label" for="customCheck1"> <div class="custom-control custom-checkbox">-->
  30. <input type="checkbox" class="custom-control-input" id="customCheck1" required>
  31. <label class="custom-control-label" for="customCheck1" required> Yes, I understand and agree to the Extols Solutions <a href="#" style="color: green;">Terms of Service </a>, including the <a href="#" style="color: green;">User Agreement </a> <a href="#" style="color: green;"> and Privacy Policy. </a> </label> <br> <br>
  32. <input type="checkbox" class="custom-control-input" id="customCheck1"">
  33. </div>
  34. <button type="submit" class="btn btn-success"> Next </button>
  35. </form>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40.  
  41. .air-card {
  42. position: relative;
  43. background-color: #fff;
  44. margin: 30px 0px;
  45. padding: 30px;
  46. box-shadow: 0 1px 6px rgba(57,73,76,.35);
  47. }
  48.  
  49. select
  50. {
  51. margin-left: 420px;
  52. }
  53.  
  54. input[type='password']
  55. {
  56.  
  57. margin-left: 420px;
  58. width: 354px;
  59.  
  60. }
  61.  
  62. input[type='checkbox']
  63. {
  64. margin-left: 420px;
  65. text-align: center;
  66. }
  67.  
  68. label a:hover
  69. {
  70. color: green;
  71. }
  72.  
  73. button[type='submit']
  74. {
  75. margin-left: 550px;
  76. margin-top: 20px;
  77. width: 8%;
  78. }
  79.  
  80. .row a
  81. {
  82. color: #747676;
  83. font-family: Arial,sens-serif;
  84. }
Add Comment
Please, Sign In to add comment