Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <div class="row">
  2. <div class="col-xl-6 offset-xl-1">
  3. <div class="video">
  4. <iframe width="560" height="315" src="https://www.youtube.com/embed/xiFdW4qLMxM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div>
  5. </div>
  6. <div class="col-xl-4 offset-xl-1">
  7. <div class="form">
  8. <p class="form-header text-center">Введите свой email</p>
  9. <form action="#">
  10. <input type="text" class="form-control input-xl" placeholder="Ваше имя">
  11. <input type="text" class="form-control input-xl" placeholder="Ваш email">
  12. <button class="btn btn-primary btn-xl btn-block form-btn">Получить инструкцию</button>
  13. </form>
  14. </div>
  15. </div>
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement