summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css7
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%);
+}
+