Bootstrap 4 lead class


Home > bootstrap4


Example
<div class="lead ">Lead div class</div>

Result:

Lead div class
Try it

 

Example
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
Powered by Githua.com