--- title: CSS Framework Materialize --- # CSS Framework Materialize Materialize is a Responsive CSS framework based on Google's Material Design Language. ## Getting Started Here is a simple HTML template which includes the latest compiled and minified CSS and Javascript for the Materialize library. ```html

Hello World!

``` We have used a CDN in this example, but you can checkout other ways of installing Materialize here. ## Learning Resources * The official documentation for Materialize is available here. * Checkout Materialize's open source GitHub repository here. * Here is a handy tutorial on using Materialize.