-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstartup.css
146 lines (134 loc) · 2.86 KB
/
startup.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
* {
margin: 0px;
padding: 0px;
}
.homepage {
background: cyan;
font-size: 3rem;
}
button {
border-radius: 20px;
border: none;
outline: none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.homepage button {
justify-content: center;
align-items: center;
border-radius: 20px;
border: none1;
outline: none;
background-color: rgb(180, 243, 240);
padding: 10px;
font-size: 4rem;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.homepage .sign .up {
height: 150rem;
width: 150rem;
border-radius: 14px;
background: #ada9a9;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
-ms-border-radius: 14px;
-o-border-radius: 14px;
text-align: center;
margin-left: 20% auto;
margin-right: 20% auto;
}
.homepage .sign .up input {
height: 56px;
width: 380px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.homepage .sign .in {
height: 926px;
width: 428px;
border-radius: 15px;
width: 428px;
height: 926px;
background: #c20372;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.homepage .sign .in input {
height: 45px;
width: 331px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.dashboard {
height: 926px;
width: 428px;
border-radius: 15px;
width: 428px;
height: 926px;
background: #86c26b;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.chatroom {
height: 926px;
width: 428px;
border-radius: 20px;
width: 428px;
height: 926px;
background: #056329;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.profile {
height: 926px;
width: 428px;
border-radius: 20px;
width: 428px;
height: 926px;
background: #b35c15;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.profile2 {
height: 926px;
width: 428px;
border-radius: 20px;
width: 428px;
height: 926px;
background: #043d4b;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.about {
height: 926px;
width: 428px;
border-radius: 20px;
width: 428px;
height: 926px;
background: #c9b500;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}