5 Simple and Helpful Elementor CSS Tips & Tricks You Need to know

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

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

  • @thecreativarena
    @thecreativarena  ปีที่แล้ว +5

    All Code Used in the Video
    /* Trick 1 */
    selector .elementor-button-icon{
    transform: rotate(60deg);
    }
    /* Trick 2 */
    selector{
    transform: rotate(90deg);
    }
    /* Trick 3 */
    selector {
    border-left: 5px solid #F9AC00;
    border-right: 5px solid #B304A6;
    border-top: 5px solid #B30404;
    border-bottom: 5px solid #04B33A;
    border-radius: 10px;
    }
    /* Trick 4 */
    selector .elementor-icon-list-icon{
    order: 1;
    margin-left: 15px;
    }
    /* Trick 5 */
    /* Radial Gradient */
    selector .elementor-progress-bar
    {
    background: radial-gradient(circle, rgba(252, 186, 3,1) 16%, rgba(252, 103, 3,1) 70%);
    }
    /* Linear Gradient */
    selector .elementor-progress-bar
    {
    background: linear-gradient(to left, rgba(252, 186, 3,1) 16%, rgba(252, 103, 3,1) 70%);
    }

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

    I ❤ this. Short and simple 😊

  • @faiza_aiza
    @faiza_aiza ปีที่แล้ว

    it's Amazing😍