Best of CSS TipMarch 2025

  1. 1
    Article
    Avatar of csstipCSS Tip·1y

    An infinite logos animation

    Learn to create a true infinite logos animation using minimal HTML and the CSS offset property. The technique ensures the animation is responsive.

  2. 2
    Article
    Avatar of csstipCSS Tip·1y

    Transparent inner border for images

    Learn how to use the CSS mask property along with two gradients to cut a border from the inside of an image, creating a transparent inner border effect. The post also includes a demo with a hover effect.