Untitled


SUBMITTED BY: MaryjaneLewenski

DATE: Aug. 12, 2020, 8:06 a.m.

FORMAT: Text only

SIZE: 1.9 kB

HITS: 351

  1. Toggle navigation
  2. Fashion Blog
  3. SUBMITTED BY: Electricityplug22
  4. DATE: Aug. 12, 2020, 4:18 a.m.
  5. FORMAT: Text only
  6. SIZE: 1.6 kB
  7. HITS: 50
  8. <!-- Subscribe Modal -->
  9. <div id="subscribe" class="w3-modal w3-animate-opacity">
  10. <div class="w3-modal-content" style="padding:32px">
  11. <div class="w3-container w3-white">
  12. <i onclick="document.getElementById('subscribe').style.display='none'" class="fa fa-remove w3-transparent w3-button w3-xlarge w3-right"></i>
  13. <h2 class="w3-wide">SUBSCRIBE</h2>
  14. <p>Join my mailing list to receive updates on the latest blog posts and other things.</p>
  15. <p><input class="w3-input w3-border" type="text" placeholder="Enter e-mail"></p>
  16. <button type="button" class="w3-button w3-block w3-padding-large w3-red w3-margin-bottom" onclick="document.getElementById('subscribe').style.display='none'">Subscribe</button>
  17. </div>
  18. </div>
  19. </div>
  20. <!-- Footer -->
  21. <footer class="w3-container w3-dark-grey" style="padding:32px">
  22. <a href="#" class="w3-button w3-black w3-padding-large w3-margin-bottom"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
  23. <p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
  24. </footer>
  25. <script>
  26. // Toggle between hiding and showing blog replies/comments
  27. document.getElementById("myBtn").click();
  28. function myFunction(id) {
  29. var x = document.getElementById(id);
  30. if (x.className.indexOf("w3-show") == -1) {
  31. x.className += " w3-show";
  32. } else {
  33. x.className = x.className.replace(" w3-show", "");
  34. }
  35. }
  36. function likeFunction(x) {
  37. x.style.fontWeight = "bold";
  38. x.innerHTML = "✓ Liked";
  39. }
  40. </script>
  41. </body>
  42. </html>
  43. Pastes uploaded: 1,360,586 | Paste hits: 1,439,506,774 | @BitBinSite on Twitter | Legacy earnings | BitBin is based on pastebin-django | Privacy policy | Terms of service

comments powered by Disqus