"panel"
Bootstrap 3.3.0 Snippet by onlyblue

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="w3-panel w3-info"> <p>CSS is a language that describes the style of an HTML document.</p> <p>CSS describes how HTML elements should be displayed.</p> <p>This tutorial will teach you CSS from basic to advanced.</p> </div>
.w3-info { background-color: #ddffdd; border-left: 6px solid #4CAF50; border-left-width: 6px; border-left-style: solid; border-left-color: rgb(76, 175, 80); line-height: 1.5; } .w3-panel { padding: 0.01em 16px; margin-top: 16px; margin-bottom: 16px; }

Related: See More


Questions / Comments: