nmaterial css library code example
Example 1: material design css
/* Answer to: "material design css" */
/*
Here's a few frameworks that you may like:
https://materializecss.com/
https://material.io/develop/web/
https://getmdl.io/
https://www.w3schools.com/w3css/w3css_material.asp
https://www.muicss.com/
https://mdbootstrap.com/
Check the source for more information and frameworks.
*/
Example 2: Materialize
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>