-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.css
129 lines (129 loc) · 2.1 KB
/
index.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
.landing-page-unsign-child {
position: absolute;
top: 0;
left: 0;
background-color: var(--color-lightskyblue-100);
width: 393px;
height: 852px;
}
.group-child,
.landing-page-unsign-item {
position: absolute;
top: 81px;
left: 66px;
}
.group-child {
top: 0;
left: 0;
border-radius: var(--br-5xl-5);
background-color: var(--color-khaki);
width: 321px;
height: 49px;
cursor: pointer;
}
.masuk {
position: absolute;
top: 9px;
left: 127px;
font-weight: 500;
}
.group-item,
.rectangle-parent {
position: absolute;
top: 0;
left: 0;
width: 321px;
height: 49px;
}
.group-item {
border-radius: var(--br-5xl-5);
background-color: var(--color-white);
cursor: pointer;
}
.daftar {
position: absolute;
top: 9px;
left: 128px;
font-weight: 500;
}
.rectangle-group {
position: absolute;
top: 61px;
left: 0;
width: 321px;
height: 49px;
color: var(--color-black);
}
.group-container,
.group-inner {
position: absolute;
top: 581px;
left: 20px;
width: 321px;
height: 110px;
}
.group-inner {
height: 36.18%;
width: 85.67%;
top: 41.97%;
right: 3.37%;
bottom: 21.85%;
left: 10.96%;
max-width: 100%;
overflow: hidden;
max-height: 100%;
}
.datang,
.selamat {
position: absolute;
top: 0;
left: 48px;
}
.datang {
top: 55px;
left: 63px;
}
.aplikasi-quiz-anak {
position: absolute;
top: 164px;
left: 0;
font-size: var(--font-size-5xl);
font-weight: 500;
display: inline-block;
width: 356px;
}
.rectangle-div {
position: absolute;
top: 151px;
left: 134px;
border-radius: var(--br-xl);
background-color: var(--color-khaki);
width: 89px;
height: 8px;
}
.selamat-parent {
position: absolute;
top: 0;
left: 0;
width: 356px;
height: 272px;
font-size: var(--font-size-41xl);
}
.group-parent {
position: absolute;
top: 81px;
left: 18px;
width: 356px;
height: 691px;
}
.landing-page-unsign {
position: relative;
background-color: var(--color-white);
width: 100%;
height: 852px;
overflow: hidden;
text-align: center;
font-size: var(--font-size-xl);
color: var(--color-white);
font-family: var(--font-poppins);
}