-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignup.css
More file actions
66 lines (66 loc) · 1.09 KB
/
Signup.css
File metadata and controls
66 lines (66 loc) · 1.09 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
.header {
background-color: rgb(175, 13, 175);
margin-top: 0;
height: 40px;
width: 100%;
font-family: alpinet;
}
body {
margin: 0 0;
font-family: sans-serif;
}
.heading {
font-size: 1.7em;
color: rgb(243, 241, 241);
margin-top: 0;
position: absolute;
margin-left: 70px;
margin-top: 5px;
}
input {
height: 35px;
border-color: rgb(200, 107, 243);
border-radius: 6px;
margin-top: 0;
margin-bottom: 40px;
font-size: 1rem;
font-family: Arial Rounded MT;
color: rgb(103, 6, 133);
}
.name {
margin: 70px 0px 15px;
display: flex;
flex-wrap: wrap;
}
.email {
width: 90%;
margin-left: 20px;
}
.First {
margin-left: 20px;
margin-right: 260px;
width: 35%;
}
.Last {
width: 35%;
}
.Country {
margin: 15px 350px 0px 20px;
width: 20%;
}
.State {
width: 20%;
}
.birth {
width: 12%;
}
.birthcontainer {
margin-left: 20px;
display: inline-block;
}
.vocalpart {
display: inline;
}
.vocaltext {
display: inline-block;
}