-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathentertainment.css
74 lines (67 loc) · 1.28 KB
/
entertainment.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
74
.lower{
margin-top: -130px;
flex-direction: row;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
}
.topbox {
margin: auto;
margin-top: 20px;
color: white;
font-size: 80px;
font-family: Roboto;
/* width: 1920px; */
display: flex;
/* align-items: center; */
justify-content: space-around;
}
.glLogo {
display: block;
margin:auto;
/* margin-top: 17px; */
}
.wrapper{
display: flex;
align-items: flex-start;
gap: 15px;
}
h1{
color: white;
font-size: 40px;
font-family: Roboto;
}
.emergeButton{
margin-top: -130px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 40px;
font-family: Roboto;
}
.textBelow {
color: white;
font-size: 32px;
font-family: Roboto;
text-align: center;
margin-top: 8px;
margin-bottom: 32px;
}
.textBeside {
margin:0px;
color: white;
font-size: 80px;
font-family: Roboto;
}
.item:hover {
transform: scale(1.1);
transition: transform 0.2s ease;
box-shadow: 1px 2px 4px 5px white;
border-radius: 36px;
}
p { color: #414141;
font-size: 40px;
font-family: Roboto;
text-align: center;}