diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 7ad087fa..a90567b2 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -75,4 +75,11 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ font-size: 8px; } +.ptzcentered { + position: fixed; /* or absolute */ + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + |
