This project uses Browser Logos for the images and adds css for website icons
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, by alrra
All logos and trademarks are the property of their respective owners.
Everything else is available under the MIT license.