-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome_page.css
122 lines (121 loc) · 2.42 KB
/
home_page.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
* {
box-sizing: border-box;
}
.screen_bg {
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom: 5px;
border:2px solid black;
margin: auto auto;
width: 430px;
height: 930px;
background:white;
opacity: 1;
position: relative;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
body {
font-size: 14px;
}
.v35_24 {
width: 700px;
height: 932px;
background: rgba(255,255,255,1);
opacity: 1;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
}
.log_in_button {
width: 367px;
height: 56px;
background: rgba(6,128,216,1);
padding: 14px 62px;
margin: 10px;
opacity: 1;
position: absolute;
top: 460px;
left: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
overflow: hidden;
}
.log_in_text {
width: 87px;
color: rgba(255,255,255,1);
position: absolute;
top: 10px;
left: 140px;
font-family: Inter;
font-weight: Regular;
font-size: 30px;
opacity: 1;
text-align: left;
}
.first_timer_text {
width: 110px;
color: rgba(0,0,0,1);
position: absolute;
top: 572px;
left: 35px;
font-family: Inter;
font-weight: Regular;
font-size: 20px;
opacity: 1;
text-align: left;
}
.been_here_text {
width: 174px;
color: rgba(0,0,0,1);
position: absolute;
top: 422px;
left: 35px;
font-family: Inter;
font-weight: Regular;
font-size: 20px;
opacity: 1;
text-align: left;
}
.create_profile_button {
width: 367px;
height: 56px;
background: rgba(6,128,216,1);
padding: 14px 71px;
margin: 10px;
opacity: 1;
position: absolute;
top: 610px;
left: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
overflow: hidden;
}
.create_profile_text {
width: 194px;
color: rgba(255,255,255,1);
position: absolute;
top: 10px;
left: 87px;
font-family: Inter;
font-weight: Regular;
font-size: 30px;
opacity: 1;
text-align: left;
}
.logo {
width: 375px;
height: 230px;
opacity: 1;
position: absolute;
top: 60px;
left: 13px;
}