"Text Gradient "
Bootstrap 4.1.1 Snippet by sumi9xm

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>Create your and Javascript in the editor tabs</h2> </div> </div>
h2 { font-weight: bolder; font-size: 50px; /* background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%); */ color: #0891d9; margin: 0 0 1.25rem; background: #303bb3; background: -webkit-gradient(linear, left top, right top, from(#303bb3), to(#009bde)); background: linear-gradient(to top, #303bb3 0%, #009bde 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=1 ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

Related: See More


Questions / Comments: