UNPKG

chrome-devtools-frontend

Version:
41 lines (36 loc) 781 B
<!-- Copyright 2020 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title>Element explore icon example</title> <style> #icon-overview { width: 80%; } td, th { text-align: left; width: 50%; height: 50px; } .custom-color { color: blue; } </style> </head> <body> <table id='icon-overview'> <tr> <th>Icon description</th> <th>Icon</th> </tr> </table> <script type="module" src="./basic.js"></script> </body> </html>