-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignupCSS.css
52 lines (51 loc) · 838 Bytes
/
signupCSS.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
.header
{
font-size: 22px;
text-align: center;
color: black;
font-family: "Courier New", Courier, monospace;
}
.Texts
{
margin-top: 12px;
margin-bottom: 12px;
border-radius: 8px;
font-size: 20px;
cursor: text;
width: 400px;
height: 30px;
}
.formBackground
{
background-color: #ffc2b3;
border-radius: 8px;
padding: 24px 24px 24px 24px;
}
.choosebox
{
margin-top: 12px;
margin-bottom: 12px;
border-radius: 8px;
font-size: 20px;
cursor: pointer;
width: 400px;
height: 30px;
}
.Buttons:hover{
color: black;
background-color:white;
border-color: #ff704d;
cursor: pointer;
}
.Buttons{
text-align: center;
color: white;
background-color: #ff704d;
border: none;
font-size: 25px;
border-radius: 8px;
transition-duration: 0.4s;
margin-top: 12px;
width: 350px;
height: 60px;
}