Skip to content

Commit 804c0bb

Browse files
author
Kate Jeffreys
committed
Add browser compat stuff
1 parent d415d18 commit 804c0bb

File tree

7 files changed

+14
-2
lines changed

7 files changed

+14
-2
lines changed
11.9 KB
Loading
3.06 KB
Loading
20.1 KB
Loading
16.6 KB
Loading
9.82 KB
Loading
23.7 KB
Loading

docs/index.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,20 @@ LitElement is brought to you by developers on the Google Chrome team with the in
9898
</div>
9999
</section>
100100

101-
<section class="grey-bg">
102-
<div class="wrapper">
101+
<section>
102+
<div class="wrapper" style="text-align: center">
103+
<h2>Browser Compatibility</h2>
104+
<p>Polymer products work in all major browsers (Chrome, Firefox, IE, Edge, Safari, and Opera). </p>
105+
<div>
106+
<img width="70" height="70" src="/images/browsers/chrome_128x128.png" alt="chrome logo">
107+
<img width="70" height="70" src="/images/browsers/firefox_128x128.png" alt="firefox logo">
108+
<img width="70" height="70" src="/images/browsers/internet-explorer_128x128.png" alt="internet explorer logo">
109+
<img width="70" height="70" src="/images/browsers/edge_128x128.png" alt="edge logo">
110+
<img width="70" height="70" src="/images/browsers/safari_128x128.png" alt="safari logo">
111+
<img width="70" height="70" src="/images/browsers/opera_128x128.png" alt="opera logo">
112+
</div>
113+
</div>
114+
</section>
103115

104116
<section class="grey-bg">
105117
<div class="wrapper">

0 commit comments

Comments
 (0)