forked from peter001019/WebProgrammingProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign_up.css
More file actions
173 lines (157 loc) · 3.08 KB
/
Copy pathsign_up.css
File metadata and controls
173 lines (157 loc) · 3.08 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
/*뒷배경*/
.wrapper {
max-width: 1440px;
height: 1024px;
padding: 20px;
margin: 0 auto;
}
/*header 부분*/
header {
display: flex;
height: 30px;
padding: 12px 80px;
border-bottom: 1px solid #FFBE99;
align-items: center;
justify-content: space-between;
overflow: hidden;
}
#content {
position: inherit;
width: 900px;
height: 1024px;
min-width: 300px;
padding: 30px;
}
header img {
height: 200%;
width: 180px;
}
img[src="arrow-left.svg"] {
object-fit: cover;
width: 50px;
padding-top: 5px;
}
header nav {
display: flex;
justify-content: space-between;
gap: 50px;
}
/*로고 글씨*/
#logofont {
width: 257px;
height: 129px;
color: #9b3333;
font-family: Inter;
font-size: 50px;
font-style: normal;
font-weight: 900;
line-height: normal;
top: 125px;
padding-left: 370px;
align-items: center;
position: absolute;
z-index: 5;
}
/*로그인 밖 박스*/
#outlogbox {
top: 150px;
border-radius: 30px;
width: 700px;
height: 280px;
margin-left: 380px;
margin-top: 85px;
margin-bottom: 85px;
margin-right: 300px;
border-radius: 30px;
border: 1px solid #FFBE99;
background: #FFF;
position: absolute;
z-index: 5;
}
#inlogbox {
width: 560px;
height: 175px;
border-radius: 30px;
border: 1px solid #FFBE99;
background: #FFF;
position: inherit;
margin: 45px;
padding-top: 15px;
padding-left: 50px;
}
#table_size {
width: 50px;
text-align: center;
}
input[type="text"] {
width: 400px;
height: 30px;
font-size: 15px;
border: 0px;
border-radius: 30px;
outline: none;
padding: 5px;
background-color: rgb(233, 233, 233);
}
input[type="password"] {
width: 400px;
height: 30px;
font-size: 15px;
border: 0px;
border-radius: 30px;
outline: none;
padding: 5px;
background-color: rgb(233, 233, 233);
}
#submit_signup {
position: inherit;
top: 320px;
height: 30px;
width: 450px;
font-size: 20px;
font-family: Inter;
border: 0px;
border-radius: 30px;
margin-left: 125px;
background-color: rgb(187, 187, 187);
cursor: pointer;
}
#loginbox {
width: 811px;
height: 85px;
flex-direction: column;
justify-content: center;
color: #383838;
text-align: center;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 900;
line-height: normal;
top: 200px;
position: inherit;
z-index: 100;
}
footer {
padding-left: 10px;
padding-right: 10px;
display: flex;
flex-direction: row;
align-items: center;
background: #FE730F;
min-height: 50px;
justify-content: space-between;
}
footer .copyright,
.email {
color: black;
font-size: 18px;
font-family: 'Black Han Sans', sans-serif;
font-family: 'Hedvig Letters Sans', sans-serif;
font-family: 'Hedvig Letters Serif', serif;
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Roboto', sans-serif;
}
footer .copyright {
justify-content: center;
}