generated from github/codespaces-blank
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sytle.css
57 lines (57 loc) · 896 Bytes
/
sytle.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
::-webkit-scrollbar{
width: 0;
hieght: 0;
}
body {
background-color: whitesmoke;
font-family: Century Gothic;
}
.g {
font-size: 125px;
color: #4285F4;
font-weight: 500;
position: relative;
left: 100px;
top: 190px;
}
.o {
font-size: 125px;
color: #DB4437;
font-weight: 500;
position: relative;
left: 210px;
top: 40px;
}
.o_2 {
font-size: 125px;
color: #F4B400;
font-weight: 500;
position: relative;
left: 293px;
top: -112px;
}
.g_2 {
font-size: 125px;
color: #4285F4;
font-weight: 500;
position: relative;
left: 375px;
top: -265px;
}
.l {
font-size: 125px;
color: #0F9D58;
font-weight: 500;
position: relative;
left: 457px;
top: -415px;
}
.e {
font-size: 125px;
color: #DB4437;
font-weight: 500;
rotate: 335deg;
position: relative;
left: 445px;
top: -715px;
}