"gradient text gradient font color"
Bootstrap 4.0.0 Snippet by ALIMUL AL RAZY

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/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"> <h3 class="article-title">Hi Everyone this is Alrazy from Bangladesh.</h3> </div> </div>
.article-title { font-size: 4rem; font-weight: bold; font-family: sans-serif; color: white; background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

Related: See More


Questions / Comments: