ShapeYourPath
(current)
Run Code
Live Code Editor-Materialize Typography
Source Code
<!DOCTYPE html> <html lang="en"> <head> <title>Materialize CSS Header</title> <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> <!--Import materialize.css--> <!-- Compiled and minified CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" /> <!--Let browser know website is optimized for mobile--> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="robots" content="noindex,nofollow"> <style type="text/css"> p { font-size: 18px; } h2 { font-size: 35px; } .custom-padding { height: 80px; } .custom--space { margin-bottom: 50px; } </style> </head> <body> <div class="container center-align"> <h1>Materialize CSS Headers</h1> <div class="row"> <div class="col s12 m12"> <h1>Heading h1</h1> <h2>Heading h2</h2> <h3>Heading h3</h3> <h4>Heading h4</h4> <h5>Heading h5</h5> <h6>Heading h6</h6> </div> </div> </div> <!-- Compiled and minified JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script> </body> </html>
Output :
Running
MATERIALIZE-TUTORIAL
MATERIALIZE-CSS-TYPOGRAPHY OTHER EXAMPLES
Materialize Typography Example
Materialize CSS Blockquote Example
Materialize Flow Text Example