diff --git a/public/unsupported-browsers.css b/public/unsupported-browsers.css deleted file mode 100644 index 6489934f..00000000 --- a/public/unsupported-browsers.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - padding: 50px; -} - -p { - text-align: center; - font-size: 30px; -} diff --git a/public/unsupported-browsers/browser-chrome.png b/public/unsupported-browsers/browser-chrome.png new file mode 100644 index 00000000..29573624 Binary files /dev/null and b/public/unsupported-browsers/browser-chrome.png differ diff --git a/public/unsupported-browsers/browser-firefox.png b/public/unsupported-browsers/browser-firefox.png new file mode 100644 index 00000000..577e6dc0 Binary files /dev/null and b/public/unsupported-browsers/browser-firefox.png differ diff --git a/public/unsupported-browsers/style.css b/public/unsupported-browsers/style.css new file mode 100644 index 00000000..57a2394d --- /dev/null +++ b/public/unsupported-browsers/style.css @@ -0,0 +1,64 @@ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + background: #ebebeb; + vertical-align: baseline; + text-align: center; + font-family: Roboto; +} + +.header { + height: 40px; + width: 100%; + background: #1A1A1A; + margin-bottom: 100px; +} + +.unsupported-browsers { + width: 100%; + font-size: 30px; +} + +.main { + width: 100%; + text-align: center; + margin: 0 auto; +} + +.box { + margin-top: 20px; +} + +p { + width: 100%; + clear: both; + font-size: 15px; +} + +img { + clear: both; +} + +a { + clear: both; + color: #01B757; + width: 100%; + text-decoration: none; + display: block; + font-size: 20px; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index 39bf0924..0d9c5ed1 100644 --- a/src/index.html +++ b/src/index.html @@ -10,13 +10,28 @@ - -