Code Snippets

Browse a curated collection of useful code snippets from past projects.
Stay tuned for shared components in Tailwind CSS and React JS.

CSS Glowing Gradient Border

This snippet of code allows you to create a glowing gradient border using pure CSS. It utilizes :before and :after pseudo-elements to achieve a soft, blurred glow effect.

HTML

CSS