Bootstrap 4 Color classes :
Bootstrap 4 Color classes :
Text Colors: Bootstrap 4 provides many Classes to set the text color of an element.
The classes for text colors are:
- .text-muted
- .text-white
- .text-success
- .ext-secondary
- .text-text-dark
- .text-danger
- .text-info
- .text-body
- .text-warning
- .text-light
- .text-primary
Example:
- <!doctype html>
- <html lang="en">
- <head>
- <!-- here Required meta tags -->
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <!-- here Bootstrap CSS -->
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
- <title>Bootstrap 4, Colors List!</title>
- </head>
- <body>
- <div class="container">
- <p class="text-muted">This is text-muted</p>
- <p class="text-white">This is text-white</p>
- <p class="text-success">This is text-success</p>
- <p class="text-secondary">This is text-secondary</p>
- <p class="text-text-dark">This is text-dark</p>
- <p class="text-danger">This is text-danger</p>
- <p class="text-info">This is text-info</p>
- <p class="text-body">This is text-body</p>
- <p class="text-warning" >This is text-warning</p>
- <p class="text-light" >This is text-light</p>
- <p class="text-primary">This is text-primary</p>
- </div>
- <!-- here Optional JavaScript -->
- <!-- here jQuery first, then Popper.js, then Bootstrap JS -->
- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
- </body>
- </html>
Output:
Bootstrap 4 Background Colors:
Bootstrap 4 provides many classes to set the Background Color of an Element.......
All Classes of Background Colors are listed below:
- .bg-primary
- .bg-danger
- .bg-success
- .bg-secondary
- .bg-info
- .bg-dark
- .bg-warning
- .bg-light
Example:
- <!doctype html>
- <html lang="en">
- <head>
- <!-- here Required meta tags -->
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <!-- here Bootstrap CSS -->
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
- <title>Bootstrap 4, Background Colors!</title>
- </head>
- <body>
- <div class="container">
- <p class="bg-primary">This is bg-primary</p>
- <p class="bg-danger">This is bg-danger</p>
- <p class="bg-success">This is text-success</p>
- <p class="bg-secondary">This is bg-secondary</p>
- <p class="bg-info">This is bg-info</p>
- <p class="bg-dark">This is bg-dark</p>
- <p class="bg-warning">This is bg-warning</p>
- <p class="bg-light">This is bg-light</p>
- </div>
- <!-- here Optional JavaScript -->
- <!-- here jQuery first, then Popper.js, then Bootstrap JS -->
- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
- </body>
- </html>
Example:
Bootstrap 4 bg, Bootstrap bg, Bootstrap text color, text style, Bootstrap color, Bootstrap 4 color
THANK YOU...........
shelleyakter
So nice post, Thank You.