UNPKG

chrome-devtools-frontend

Version:
43 lines (38 loc) 859 B
<!-- Copyright 2020 The Chromium Authors. All rights reserved. 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-size-and-color { color: blue; width: 14px; height: 14px; } </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>