Skip to content Skip to sidebar Skip to footer

divider and section class in materialize css

      We can create the good view using divider and section class, divider class is used to separate the content through horizontal line and section class is used to identify the contents are same section.

Syntax

<div class="divider"></div>

<div class="section">

    <h1>Heading</h1>

    <p>content</p>

</div>



Example Program:- (Editor)


Editor is Loading...

Advertisement

Post a Comment for "divider and section class in materialize css"