Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

elementor ccs code for gradient

//elementor ccs code for gradient
selector h2 { 
    background-image: linear-gradient(to right,#463f64,#463f64, #e2285c, #e2285c);
    -webkit-background-clip: text;
    display: inline-block;
    padding: 14px;
    -webkit-text-fill-color: #00000000;
    font-family: 'Stay Out Regular';
}


Source by wpbuilt.co #
 
PREVIOUS NEXT
Tagged: #elementor #ccs #code #gradient
ADD COMMENT
Topic
Name
3+5 =