From 184b81bed647a9829a6a7dfacad6018ce30a4311 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 20 Jul 2024 14:44:08 +0200 Subject: Error page 5xx - Style image background --- src/static/5xx.html | 55 +++++++++++++++++++++++++---------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) (limited to 'src/static') diff --git a/src/static/5xx.html b/src/static/5xx.html index f503fd4..8400eb9 100644 --- a/src/static/5xx.html +++ b/src/static/5xx.html @@ -1,38 +1,35 @@ - Text TV - Bornhack 24 ERROR - - - - - - + Text TV - Bornhack 24 ERROR + + + + - - -
- -
+ #root-container { + position:absolute; + top:50%; + left:50%; + transform:translate(-50%, -50%); + color: white; background: #000; opacity: .9; + z-index: 1000; + } + + -
+ +

We'll be right back

-- cgit v1.2.3