summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/titles.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/views/titles.css')
-rw-r--r--frontend/site/projects/museum/views/titles.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/titles.css b/frontend/site/projects/museum/views/titles.css
new file mode 100644
index 0000000..a02ab26
--- /dev/null
+++ b/frontend/site/projects/museum/views/titles.css
@@ -0,0 +1,12 @@
+.chapter-title {
+ position: absolute;
+ top: 2vh;
+ left: 50%;
+ transform: translateX(-50%);
+ white-space: nowrap;
+ color: rgba(255, 121, 13, 1.0);
+ font-family: "Druk Wide";
+ font-size: 1.66vw;
+ transition: opacity 0.5s;
+ opacity: 0;
+}