-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignUp.css
57 lines (50 loc) · 1.01 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
.signUp_container{
border : 1px solid #dbdbdb;
background-color:white ;
width: 350px;
height: 500px;
margin: 50px auto 50px;
}
.instagramText {
height: 50px;
width: 160px;
display: block;
margin: 50px auto 50px;
}
.joinLetter{
text-align: center;
font-size: 120% ;
color:dimgray;
}
.usersignUp{
width: 80%;
margin-bottom: 10px;
margin-left: 30px;
padding: 10px 0 10px 8px;
background-color: #fafafa;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
#signUpButton{
width: 82.5%;
background-color: rgb(83, 140, 245);
color:cornsilk;
margin-top: 10px;
margin-left: 30px;
padding: 10px 0 ;
border-radius: 5px;
}
.joinInsta{
border : 1px solid #dbdbdb;
background-color: white;
width: 350px;
height: 70px;
margin: 50px auto 50px;
}
.joinBtn{
border: None;
display: block;
background-color: white;
padding: 0;
margin-left:35px;
}