-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmypage.css
More file actions
69 lines (62 loc) · 1.23 KB
/
mypage.css
File metadata and controls
69 lines (62 loc) · 1.23 KB
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
body{
background-color: #545454;
}
.content{
position: absolute;
top: 75%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center; /* 수평 가운데 정렬 */
background-color: #333333;
opacity: 1;
width: 1000px;
padding-top: 150px;
margin-top: 30px;
border-radius: 15px;
padding-bottom: 150px;
}
a{
text-decoration: none;
color: white;
}
a.modify{
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 10px;
background-color: #3660FA;
color: rgb(255, 255, 255);
border: 0;
font-size: 18px;
border-radius: 10px;
}
a.delete{
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
padding-left: 10px;
background-color: #3660FA;
color: rgb(255, 255, 255);
border: 0;
font-size: 18px;
border-radius: 10px;
}
.add_email{
width: 260px;
height: 30px;
margin-left: -6px;
}
.btn_add_email{
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
padding-left: 10px;
background-color: #3660FA;
color: rgb(255, 255, 255);
border: 0;
font-size: 18px;
border-radius: 10px;
margin-bottom: 40px;
}