-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodify.css
More file actions
62 lines (53 loc) · 851 Bytes
/
modify.css
File metadata and controls
62 lines (53 loc) · 851 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
body{
background-color: #545454;
}
.modify{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center; /* 수평 가운데 정렬 */
background-color: #333333;
opacity: 1;
width: 1000px;
height: 500px;
padding-top: 150px;
margin-top: 30px;
border-radius: 15px;
}
.btn{
margin-left: -9px;
width: 255px;
height: 30px;
background-color: #3660FA;
color: white;
text-align: center;
border: 0;
font-size: 12px;
}
.id{
width: 250px;
height: 25px;
margin-left: -6px;
}
.pw{
width: 250px;
height: 25px;
margin-left: -6px;
}
.emailForm{
margin: 10px;
}
.oldpassForm{
margin: 10px;
}
.passForm{
margin: 10px;
}
.confirmpassForm{
margin: 10px;
}
h4{
margin-bottom: 50px;
}