Simple Title Demo
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
// alert('Hello world!');
<h1>The Future</h1>
/**
* Simple Title Demo
*
* View result at: http://result.dabblet.com/gist/2196b7928d1eb3fd2bbf4f3af102a33d/
*/
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One');
html {
background: black no-repeat center center fixed;
background-image: url(https://cdn.pixabay.com/photo/2017/08/30/01/05/milky-way-2695569_960_720.jpg);
background-size: cover;
height: 100%;
}
body {
align-items: center;
align-self: center;
justify-content:center;
display: flex;
min-height: 100%;
}
h1 {
font-family: 'Rubik Mono One', sans-serif;
color: #FFDD1B;
color: #FFF;
font-size: 10vw;
text-shadow: 0 0 5px #fff,
0 0 100px #FFDD1B,
0 0 10px #FFDD1B,
0 0 10px #fff,
0 0 15px #fff,
0 0 20px #FFDD1B,
0 0 35px #FFDD1B,
0 0 40px #FFDD1B,
0 0 50px #FFDD1B,
0 0 75px #FFDD1B
;
}