Bootstrap Colors #Part 3

Bootstrap Colors #Part 3

    In this article we are lean about Colors in Bootstrap.



Text Colors

<h5 class="text-danger">Code Pocket</h5>

<h5 class="text-success">Code Pocket</h5>

<h5 class="text-primary">Code Pocket</h5>

<h5 class="text-secondary">Code Pocket</h5>

<h5 class="text-info">Code Pocket</h5>

<h5 class="text-warning">Code Pocket</h5>


Background Colors

<h5 class="bg-danger">Code Pocket</h5>

<h5 class="bg-success">Code Pocket</h5>

<h5 class="bg-primary">Code Pocket</h5>

<h5 class="bg-secondary">Code Pocket</h5>

<h5 class="bg-info">Code Pocket</h5>

<h5 class="bg-warning">Code Pocket</h5>

Copy This Bootstrap CDN link and try yourself.


<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" >

Code Compiler


Try it Yourself...

what you think about this article ??

Post a Comment

Previous Post Next Post