According to the
Google created with these design guidelines to ensure that all its products have a consistent user interface, and to share its knowledge in the domain of user experience design.
In order to set up materialize, the following code can be copy and pasted into your application.
<!DOCTYPE html><html><head><!--Import Google Icon Font--><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><!--Import materialize.css--><!-- Compiled and minified CSS from a content delivery network --><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"/></head><body><script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script></body></html>
The following code shows how easy it is to style elements using materialize:
Free Resources