Best of CSS TipOctober 2024

  1. 1
    Article
    Avatar of csstipCSS Tip·2y

    3D parallax effect on hover

    Explores a new concept of 3D parallax effect on hover, aiming for a better illusion using minimal CSS. The technique involves using only an <img> tag without any extra elements or pseudo-elements and keeps the CSS declarations under 15.

  2. 2
    Article
    Avatar of csstipCSS Tip·2y

    Avatar hover effect with a rhombus shape

    Learn how to place an image inside a rhombus shape with a stylish hover effect using less than 15 CSS declarations, without extra elements or pseudo-elements.