-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (65 loc) · 1.26 KB
/
style.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
body {
background-color: #141119;
font-size: large;
font-family: 'Times New Roman', Times, serif;
text-align: center;
}
form {
background-color: #687175;
text-align: left;
padding: 4.0rem 3.0rem;
border-radius: 0.25rem;
margin-bottom: 50px;
box-shadow: 3px 6px 9px rgb(73, 73, 73);
display: inline-block;
}
.heading {
color: white;
}
.form-input{
display: block;
width: 90%;
height: 2.5rem;
padding: 0.25rem 1.1rem;
border-radius: 2.5rem;
border-top: white;
border-left: white;
border-color: white;
}
.role-input {
display: block;
width: 96.5%;
height: 3.1rem;
padding: 0.25rem 1.1rem;
border-radius: 0.4rem;
border-color: white;
}
.gender-input, .star-input, .box-input, .rec-input {
width: 40px;
height: 21px;
margin-top: 0.7rem;
border-color: white;
}
.sugg-input {
width: 90%;
height: 9.5rem;
padding: 0.5rem 1.1rem;
border-radius: 0.5rem;
border-color: white;
border-style: outset;
resize: vertical;
}
.sub {
display: block;
background-color: #8338ec;
color: white;
width: 105px;
height: 45px;
padding: 0.7rem 17rem;
border-radius: 0.5rem;
cursor: pointer;
font-weight: 700;
}
.copy {
background-color: white;
}