Thu Jul 06 2023 12:11:41 GMT+0000 (Coordinated Universal Time)
Saved by @gshailesh27
jQuery('a').click(function(){ jQuery('html, body').animate({ scrollTop: jQuery( jQuery(this).attr('href') ).offset().top-100 }, 500); return false; });
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments