can you use CSS with metallic material design 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: bootstrap material

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap-material-design.min.css" integrity="sha384-wXznGJNEXNG1NFsbm0ugrLFMQPWswR3lds2VeinahP8N0zJw9VWSopbjv2x7WCvX" crossorigin="anonymous">

Tags:

Misc Example