-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsignup.css
More file actions
64 lines (53 loc) · 727 Bytes
/
signup.css
File metadata and controls
64 lines (53 loc) · 727 Bytes
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
body{
margin-top: 20%;
background-color: #545454;
}
h2{
color: white;
}
.signupForm{
margin-left: 70%;
width: 250px;
text-align: center;
padding: 0px;
}
.id{
width: 260px;
height: 30px;
margin-left: -6px;
}
.pw{
width: 260px;
height: 30px;
margin-left: -6px;
}
.email{
width: 260px;
height: 30px;
margin-left: -6px;
}
.idForm{
margin:10px;
}
.EmailForm{
margin:10px;
}
.passForm{
margin:10px;
}
.nicknameForm{
margin:10px;
}
.confirmpassForm{
margin:10px;
}
.btn{
margin-left: 6px;
width: 255px;
height: 24px;
background-color: #3660FA;
color: white;
text-align: center;
border: 0;
font-size: 12px;
}