Materialize CSS InstallationThere are two methods to install and use Materialize CSS. Local Installation: You can use Materialize CSS by downloading the materialize.min.css and materialize.min.js files on your local system and include it in your HTML code. CDN Based Version: You can use Materialize CSS by including the materialize.min.css and materialize.min.js files into your HTML code directly from the Content Delivery Network (CDN). How to use Local InstallationStep1: Go to http://materializecss.com/getting-started.html to download the latest version available. Step2: Put the downloaded materialize.min.js file in a directory of your website, e.g. /js and materialize.min.css in /css. Example: Test it NowHow to use CDN Based VersionInclude the materialize.min.js and materialize.min.css files into your HTML code directly from the Content Delivery Network (CDN). cdnjs.cloudflare.com provides content for the latest version. Example Let's rewrite the above example using materialize.min.css and materialize.min.js from cdnjs.cloudflare.com CDN. Test it NowIt will show the same result. Next TopicMaterialize CSS Colors |