-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.css
117 lines (104 loc) · 1.74 KB
/
signup.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
#topnav{
width: 1000%;
/* height: 30px; */
background-color: rgb(31, 29, 29);
color: white;
text-align: center;
/* padding-top: 0.5px; */
/* position: fixed; */
}
#secondiv{
width: 100%;
height: 200px;
/* border: 1px solid blue; */
margin: auto;
/* position: fixed; */
display: flex;
}
#menue{
margin-left: 20px;
}
#img{
margin-left: 350px;
}
#search>input{
margin-left: 50px;
width: 200px;
height: 30px;
margin-top: 10px;
}
#bag{
margin-left: 50px;
margin-top: 20px;
width: 30px;
width: 50px;
}
#user{
margin-left: 10px;
margin-top: 10px;
height: 60px;
width: 60px;
color: black;
}
#loginForm{
width: 30%;
/* border: 1px solid red; */
margin: auto;
align-items: center;
/* margin-left: 200px; */
padding-left: 200px;
}
#fb{
width: 300px;
height: 40px;
margin-bottom: 10px;
background-color: #284f9c;
/* color: white; */
font-size: 20px;
font-weight: bold;
}
#google{
width: 300px;
height: 40px;
margin-bottom: 10px;
background-color:#d35500;
/* color: white; */
font-size: 20px;
font-weight: bold;
/* background-color: black; */
}
#email{
width: 300px;
height: 40px;
margin-bottom: 10px;
}
#pass{
width: 300px;
height: 40px;
margin-bottom: 10px;
}
#fname{
width: 300px;
height: 40px;
margin-bottom: 10px;
}
#lname{
width: 300px;
height: 40px;
margin-bottom: 10px;
}
#pss>p:last-child{
margin-left: 190px;
}
#btn{
width: 310px;
height: 40px;
margin-bottom: 10px;
background-color: #544d4f;
color: white;
font-size: 20px;
font-weight: bold;
}
#para{
font-size: 18px;
}