diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/www/css/style.css b/www/css/style.css index adf1ca7e..9eea6224 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -207,12 +207,16 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ } .header-centered { - background: black; - color: #cccccc; - border-color: #ba3e3e; - border-style: none; - opacity: 80%; + + background:rgba(0,0,0,0.7); + color: rgba(255,255,255); + + z-index:9999; + position:absolute; + top:50%; + left:40%; transform: translate(-50%, -50%); + } |
