/browser-logos-css

Primary LanguageHTMLMIT LicenseMIT

browser logos css

browser logos example

This project uses Browser Logos for the images and adds css for website icons

Examples

First include the main css file in your head element

<head>
  <link rel="stylesheet" href="path/to/browser-logos.css">
</head>

Then use the i element with the class browi and your browser logo:

<p>Microsoft edge</p><i class="browi edge"></i>

Output:

browser logos example

Acknowledgements

Browser Logos, by alrra

Legal

All logos and trademarks are the property of their respective owners.

Everything else is available under the MIT license.