-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSignUp.css
More file actions
63 lines (54 loc) · 978 Bytes
/
Copy pathSignUp.css
File metadata and controls
63 lines (54 loc) · 978 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
@charset "EUC-KR";
body, html {
max-width: 100%;
overflow-x: hidden;
}
.SignUpPage{
display:grid;
grid-template-columns: 1fr 2fr;
}
#shefImg{
width:30vw;
}
.signupBox{
display:flex;
flex-direction: column;
background: #FFB30E;
padding: 5%;
justify-content:center;
align-items:center;
}
#signupInput{
font-size:1.6vw;
margin: 0vw 0vw 1vw 0vw;
background-color: #fbfbfb;
border-style: none;
border-radius: 5px;
min-width: 38vw;
min-height:3.8vw;
}
#signupBtn{
font-size:2vw;
background:#F47249;
margin:0% 30%;
width: 12vw;
height: 4vw;
border-style: none;
border-radius: 1vw;
box-shadow: 2px 2px 1px #666;
}
.loginForm{
display:flex;
justify-content:center;
}
.banner{
height:5vw;
}
#logo{
width: 20vw;
min-height:5vw;
}
#createaccount{
font-size:3vw;
margin:0vw 0vw 2vw 0vw;
}