-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzstyle.css
75 lines (58 loc) · 1.8 KB
/
zstyle.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap'); /* font-family: 'Audiowide', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap'); /* font-family: 'Kaushan Script', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap'); /*font-family: 'Righteous', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Corben&display=swap'); /*font-family: 'Corben', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&display=swap'); /* font-family: 'Holtwood One SC', serif; */
body {
background: #202020;
margin: 30px;
padding-top: 10px;
margin-top: 10px;
}
h1 {
text-align: center;
font-size: 30px;
margin: 15px;
padding-bottom: 10px;
font-family: 'Holtwood One SC', serif;
background-color: #fff000;
background-image: linear-gradient(315deg, #fff000 0%, #ed008c 74%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#ajbhai {
width: 300px;
}
#aj {
text-align: center;
}
.ajt {
font-family: 'Kaushan Script', cursive;
text-align: center;
margin-top: 10px;
padding-top: 15px;
background-color: #ee9617;
background-image: linear-gradient(315deg, #ee9617 0%, #fe5858 74%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 35px;
text-shadow: 5px 5px 8px #ff0f39;
}
.ajsm{
font-family: 'Corben', cursive;
text-align: center;
background-color: #4d5dfb;
background-image: linear-gradient(315deg, #4d5dfb 0%, #08c8f6 74%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
footer.footer {
padding-top: 40px;
text-align: center;
}
footer.footer .copyright {
color: #9C9AB3;
font-family: 'Righteous', cursive;
text-decoration: none;
font-size: 12px;
}