Gradient Title v1

Posted on: 16/04/2025
Updated on: 16/04/2025
Code Preview
How to add your shopify Code
<div class = container page-width">
    <h2 class = "gradient-title">
    Gradient text title goes here
    </h2>
    </div>
    
    <style>
    .gradient-title{
        background-image: linear-gradient(45deg, #1cbcc3,#1cbcc3, #4abf8f,#4abf8f 80%);
        -webkit-background-clip: text!important;
        -moz-background-clip: text!important;
        -webkit-text-fill-color: transparent!important;
        -moz-text-fill-color: transparent!important;
    font-weight: 900;
    text-align: center;
    font-size: 25px;
    }
    </style>

Other Elements

Copyright Jumping Monkey © 2025 All Rights Reserved
bookmark