Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>JotForm Lightbox Demo</title>
  4. <style type="text/css">
  5. .btn {
  6. text-transform: uppercase;
  7. font-size: 14px;
  8. line-height: 14px;
  9. text-decoration: none;
  10. cursor: pointer;
  11. display: inline-block;
  12. border: 1px solid #f98e03;
  13. color: #fff;
  14. padding: 9pt 1pc 8px;
  15. background: #f98e03;
  16. font-family: inherit;
  17. text-shadow: none;
  18. box-shadow: none;
  19. -moz-user-select: -moz-none;
  20. -khtml-user-select: none;
  21. -webkit-user-select: none;
  22. -o-user-select: none;
  23. user-select: none;
  24. transition: all,.1s,ease-in;
  25. box-shadow: 0 2px 4px rgba(86,70,50,.1);
  26. font-family: verdana;
  27. }
  28. .container {
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. resize: both;
  33. overflow: auto;
  34. }
  35.  
  36.  
  37. .btn{
  38. position: absolute;
  39. top: 50%;
  40. }
  41. </style>
  42. </head>
  43. <body>
  44. <div class="container">
  45.  
  46.  
  47. <script src ="https://form.jotform.com/static/feedback2.js" type="text/javascript"></script><script type="text/javascript">
  48. var JFL_82486494970169 = new JotformFeedback({
  49. formId: '82486494970169',
  50. base: 'https://form.jotform.com/',
  51. windowTitle: 'Subscribe to Lisa s Monthly Newsletter!',
  52. background: '#FFA500',
  53. fontColor: '#FFFFFF',
  54. type: '0',
  55. height: 500,
  56. width: 700,
  57. });
  58. </script> <a class="btn lightbox-82486494970169" style="margin-top: 16px"> Subscribe to Lisa s Monthly Newsletter! </a>
  59. </div>
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement