Free, copy-paste code snippets from Dillon LaGamma — small pieces of custom HTML, CSS, and JavaScript you can drop straight into your website to add polish and functionality without a plugin. Every snippet below is lightweight, dependency-free, and pulled from real projects I've built for clients.
Reveal Elements on Scroll
Fade and slide elements into view as visitors scroll, using the vanilla-JavaScript Intersection Observer API — no libraries required.
HTML · CSS · JavaScriptAnimated Gradient Text in CSS
Give any heading an eye-catching, continuously shifting gradient with a few lines of pure CSS — perfect for hero titles and callouts.
HTML · CSSBack-to-Top Button
A smooth, accessible "back to top" button that fades in once a visitor scrolls down and glides them back to the top on click.
HTML · CSS · JavaScript