forked from Sanskar1123/aakritisbirthday.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.css
More file actions
70 lines (68 loc) · 1.24 KB
/
Copy pathtext.css
File metadata and controls
70 lines (68 loc) · 1.24 KB
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
.cubetext {
letter-spacing: 1.8px;
font-weight: 900;
font-size: 3.5em;
position: relative;
top: 36%;
float: left;
margin-left: 6%;
margin-right: 60%;
text-align: center;
color: #eeeeee;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-style: italic;
opacity: 1;
}
.btsthemetext {
letter-spacing: 1.8px;
font-weight: 900;
font-size: 3.5em;
position: relative;
top: 37%;
float: left;
margin-left: 6%;
margin-right: 60%;
text-align: center;
color: #eeeeee;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-style: italic;
opacity: 0.8;
}
.ml3 {
letter-spacing: 3px;
font-weight: 900;
font-size: 2.5em;
position: relative;
top: 55%;
float: left;
margin-left: 9%;
margin-right: 60%;
text-align: center;
color: #eeeeee;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-style: italic;
opacity: 1;
}
.greenday {
position: absolute;
color: white;
font-size: 50px;
top: 2870px;
float: initial;
left: 20%;
}
@media only screen and (max-width: 481px) {
.btsthemetext {
letter-spacing: 1.8px;
font-weight: 900;
font-size: 40px;
top: 20%;
margin-left: 6%;
margin-right: 60%;
}
.greenday {
font-size: 13px;
top: 1820px;
left: 27%;
}
}