Meaningful Paragraph
Description
Convey meaning through color with a handful of emphasis utility classes.
Example
<!DOCTYPE HTML>
<html>
<head>
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!-- www .j ava 2s . c o m-->
<body style='margin:20px;'>
<p class="text-muted">text-muted</p>
<p class="text-primary">text-primary</p>
<p class="text-warning">text-warning</p>
<p class="text-danger">text-danger</p>
<p class="text-success">text-success</p>
<p class="text-info">text-info</p>
</body>
</html>