From 9290f1579bc44c5326d54016d154bf7ab6be2c44 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 1 Oct 2016 11:26:48 -0400 Subject: [PATCH] Add noscript warning --- css/main.css | 9 +++++++++ index.html | 6 ++++++ type.html | 7 +++++++ 3 files changed, 22 insertions(+) diff --git a/css/main.css b/css/main.css index b19ea89..f76c2dd 100644 --- a/css/main.css +++ b/css/main.css @@ -12,3 +12,12 @@ width: 100%; height: 100%; } + +.error { + border: 1px solid red; + border-radius: 3px; + background-color: rgba(255, 0, 0, 0.5); + padding: 5px; + font-size: 2em; + font-family: "Helvetica", Arial, sans-serif; +} diff --git a/index.html b/index.html index 1b34a72..1ddfaf4 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,12 @@ +
diff --git a/type.html b/type.html index 439451a..8032b3a 100644 --- a/type.html +++ b/type.html @@ -8,6 +8,13 @@ + +