-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.css
74 lines (66 loc) · 1.25 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
.signUp_container {
background-color: white;
width: 370px;
height: 480px;
margin: 50px auto 20px;
border : 2px solid #c8c8c8;
padding: 60px;
}
.instagramText {
background-color: white;
display: flex;
margin: auto auto 50px auto;
}
.joinLetter {
background-color: white;
font-size: 20px;
text-align: center;
color: rgb(129, 129, 129);
}
.line {
color: rgb(129, 129, 129);
margin: 0px auto 10px auto;
}
.userSignUp {
width: 350px;
height: 20px;
padding: 10px;
margin-top: 8px;
background-color: #fafafa;
border: 2px solid #e2e2e2;
border-radius: 5px;
}
#signUpButton {
background-color: #1E96FF;
width: 375px;
height: 40px;
margin-top: 25px;
color:white;
font-weight: bolder;
opacity: 0.4;
border: 2px solid #fafafa;
border-radius: 5px;
}
.joinInsta {
background-color: white;
width: 490px;
height: 50px;
border: 2px solid #c8c8c8;
font-weight: normal;
margin: 8px auto;
text-align: center;
}
.join {
background-color: white;
padding: 15px;
}
.join_container {
margin: 10px auto;
}
.joinBtn {
background-color: white;
color: #1E96FF;
font-weight: bolder;
font-size: 17px;
border: none;
}