-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
49 lines (44 loc) · 938 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
body {
background: #ffffff;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
overflow-x: hidden;
}
.title {
flex: 1;
position: relative;
text-align: center;
top: 1vh;
}
h1 {
font-size: 25vh;
font-weight: 700;
font-family: "Rubik", sans-serif;
flex: 1;
position: relative;
text-align: center;
margin: 0;
-webkit-text-fill-color: transparent;
background-image: url("http://66.media.tumblr.com/9d5be60c175cdbe15e875fef01b9a66b/tumblr_ntz3mmEFFr1twd8ddo1_500.gif");
background-size: cover;
-webkit-background-clip: text;
background-repeat: no-repeat;
}
h2 {
font-size:4vh;
color: gray;
font-family: "Rubik", sans-serif;
font-weight: lighter;
}
h3 {
font-size: 2vh;
color: gray;
font-family: "Rubik", sans-serif;
font-weight: lighter;
}
.txt-rotate {
color: white;
text-shadow: 0 0 5px white, 0 0 10px #ae16f0, 0 0 20px #ae16f0, 0 0 40px white;
}