summaryrefslogtreecommitdiffhomepage
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 bbeb91b..472cbd8 100644
--- a/style.css
+++ b/style.css
@@ -21,6 +21,19 @@ body {
border: 2px solid #eee;
}
+.wreck::after {
+ display: block;
+ content: attr(data-label);
+ color: #eee;
+ position: absolute;
+ top: 0;
+ left: 107.5%;
+ padding: 0.2em 0.5em;
+ background: #000a;
+ border-radius: 0.5em;
+ pointer-events: none;
+}
+
#wrapper {
display: flex;
width: 100vw;