summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-04-05 23:23:21 +0200
committerAki <please@ignore.pl>2021-04-05 23:23:21 +0200
commit926cc5d1751314a18c0e3056243c0a12e804d81c (patch)
tree779bee16fc7fb060b9585aeb158a5ef84e984ae0 /style.css
parent94e69f0b64b08d0a18cce0572efe1821393b884d (diff)
downloadderelict-prototype-926cc5d1751314a18c0e3056243c0a12e804d81c.zip
derelict-prototype-926cc5d1751314a18c0e3056243c0a12e804d81c.tar.gz
derelict-prototype-926cc5d1751314a18c0e3056243c0a12e804d81c.tar.bz2
Added stub of labels
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;