Titlescreen: add disclaimer

This commit is contained in:
Bui
2019-01-28 11:43:18 +00:00
parent 12bf63c1b8
commit 2a4e566227
4 changed files with 41 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
}
.click-to-continue{
position: absolute;
bottom: 10%;
bottom: 15%;
color: #fff;
font-size: 8vmin;
text-align: center;
@@ -84,3 +84,20 @@
#lang:hover #lang-id::before {
-webkit-text-stroke: 0.25em #f00;
}
#title-disclaimer {
text-align: center;
position: absolute;
bottom: 5%;
color: #fff;
z-index: 1;
}
#title-disclaimer span {
color: #fff;
font-size: 2vmin;
text-align: center;
display: block;
}
#title-disclaimer span:before {
left: initial;
filter: blur(0.1vmin);
}