-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnew.css
65 lines (64 loc) · 1.38 KB
/
new.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
body {
padding: 0;
background-image: linear-gradient(to bottom, #130F40, #000000);
}
h1{
position: absolute;
top: 8%;
left: 50%;
transform: translate(-50%, -50%);
color: #930cb4f3;
font-family: "Source Sans Pro";
font-size: 6em;
font-weight: 820;
-webkit-user-select: none;
user-select: none;
}
h2{
position: absolute;
top: 22%;
left: 50%;
transform: translate(-50%, -50%);
color: #00fa92;
font-family: cursive;
font-size: 7.2em;
font-weight: 820;
-webkit-user-select: none;
user-select: none;
}
h3{
position: absolute;
top: 43%;
left: 50%;
transform: translate(-50%, -50%);
color: #930cb4f3;
font-family: "Source Sans Pro";
font-size: 7em;
font-weight: 820;
-webkit-user-select: none;
user-select: none;
}
h4{
position: absolute;
top: 88%;
right: 3%;
transform: translate(-50%, -50%);
color: #ffee06;
font-family: "Source Sans Pro";
font-size: 1.2em;
font-weight: 350;
-webkit-user-select: none;
user-select: none;
}
h5{
position: absolute;
top: 77%;
left: 50%;
transform: translate(-50%, -50%);
color: #00f798;
font-family: 'Times New Roman', Times, serif;
font-size: 1em;
font-weight: 500;
-webkit-user-select: none;
user-select: none;
}