-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.css
101 lines (97 loc) · 1.66 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
body {
width: 1920px;
height: 1080px;
}
.header{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
text-align: center;
}
.title{
width: 206px;
height: 32px;
font-weight: 400;
font-size: 32px;
white-space: nowrap;
}
.navigate_icon{
width: 40px;
height: 40px;
}
.wrap{
width: 100%;
margin-top: 233px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.signup{
width: 111px;
height: 38px;
font: Pretendard;
font-weight: 700;
font-size: 32px;
line-height: 38.19px;
white-space: nowrap;
}
.profile{
width: 400px;
height: 263px;
border-radius: 50%;
}
.insert_img{
width: 149px;
height: 149px;
border-radius: 50%;
}
.profile_txt{
width: 69px;
height: 18px;
margin-top: 10px;
margin-left: 10px;
white-space: nowrap;
font: Pretendard;
font-weight: 700;
font-size: 15px;
line-height: 17.9px;
}
.typeTxt{
font: Pretendard;
font-weight: 700;
font-size: 15px;
line-height: 17.9px;
text-align: left;
}
.input{
width: 355px;
height: 33px;
font: Pretendard;
font-weight: 400;
font-size: 14px;
line-height: 33px;
border: 1px solid;
border-radius: 4px;
text-align: left;
}
.signup_btn{
margin-top: 30px;
width: 355px;
height: 33px;
font: Pretendard;
font-weight: 700;
font-size: 14px;
line-height: 33px;
background-color: #aca0eb;
color: white;
border-radius: 4px;
}
.login_btn{
width: 120px;
height: 17px;
font-weight: 400;
font-size: 14px;
}