Create a Glass Profile Card With Hover Effect | Elementor Flexbox Container Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 5

  • @thecreativarena
    @thecreativarena  11 หลายเดือนก่อน

    /* Glass effect */
    selector{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    }
    /* Social icon hover effect*/
    selector{
    opacity: 0;
    transition: 0.5s ease-in-out;
    }
    selector:hover{
    opacity: 1;
    }

  • @rohandepallant7157
    @rohandepallant7157 4 หลายเดือนก่อน

    That looks really great. Love your dork so much

  • @jasonakogwu5632
    @jasonakogwu5632 10 หลายเดือนก่อน

    Nice one really love this

  • @JoyceOche
    @JoyceOche 10 หลายเดือนก่อน

    Very helpful

  • @triciastdominic-my3ri
    @triciastdominic-my3ri 10 หลายเดือนก่อน

    Nice one 😊