summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/style.css b/style.css
index b074ea1..122cd0a 100644
--- a/style.css
+++ b/style.css
@@ -79,3 +79,16 @@ a, a:visited {
width: 100%;
height: 100%;
}
+
+#error {
+ position: absolute;
+ top: 1em;
+ right: 1em;
+ width: 30%;
+ padding: 0.5em;
+ border: 2px solid #800;
+ border-radius: 5px;
+ background-color: #a00;
+ color: white;
+ transition: opacity 3s;
+}