UNPKG

smart-webcomponents

Version:

Web Components & Custom Elements for Professional Web Applications

29 lines (26 loc) 1.28 kB
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Material Bootstrap Utilities Close Icon | https://www.htmlelements.com</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> <link rel="stylesheet" type="text/css" href="../../styles/demos.css" /> <link rel="stylesheet" type="text/css" href="../../styles/common.css" /> <script type="text/javascript" src="../../scripts/common.js"></script> <link rel="stylesheet" type="text/css" href="../source/styles/smart.bootstrap.css" /> <link rel="stylesheet" type="text/css" href="styles.css" /> <script type="text/javascript" src="../source/smart.element.js"></script> <script type="text/javascript" src="../source/smart.bootstrap.js"></script> <script src="index.js"></script> </head> <body class="smart material viewport"> <h2 id="buttons">Material Bootstrap Utilities Close Icon</h2><br /> <p>CSS for Close Icon</p> <div class="group"> <button type="button" class="close" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> </body> </html>