diff --git a/apple-touch-icon-114x114-precomposed.png b/apple-touch-icon-114x114-precomposed.png new file mode 100644 index 00000000..aff21251 Binary files /dev/null and b/apple-touch-icon-114x114-precomposed.png differ diff --git a/apple-touch-icon-72x72-precomposed.png b/apple-touch-icon-72x72-precomposed.png new file mode 100644 index 00000000..f1f129d0 Binary files /dev/null and b/apple-touch-icon-72x72-precomposed.png differ diff --git a/apple-touch-icon-precomposed.png b/apple-touch-icon-precomposed.png new file mode 100644 index 00000000..dca37832 Binary files /dev/null and b/apple-touch-icon-precomposed.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 00000000..f131fd0a Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 11f4c542..fe7190c6 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,19 @@
box-shadow
is safe to use most of the time, except when you are applying it on a large area as that may cause significant performance impact when interacting with the page (on scroll and hovers, but also transitions and animations).
Polyfills are unncessary for box-shadow. They are too costly and slow down pageload. Users without a modern browser will not see a shadow, but aren't checking your site in multiple browsers anyhow.
+Polyfills are unnecessary for box-shadow. They are too costly and slow down pageload. Users without a modern browser will not see a shadow, but aren't checking your site in multiple browsers anyhow.