Leading Paragraph
Description
Make a paragraph stand out by adding .lead
.
Example
<!DOCTYPE HTML>
<html>
<head>
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!--from ww w .ja v a 2s. c om-->
<body style='margin:20px;'>
<p class="lead">This is a test.</p>
</body>
</html>