-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
72 lines (53 loc) · 1.07 KB
/
styles.css
File metadata and controls
72 lines (53 loc) · 1.07 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
67
68
69
70
71
72
body{
background-color: #111111;
color: #FAFAFA;
}
.BigText {
position: relative;
font-weight: bolder;
text-align: center;
font-size: xx-large;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
}
.MediumText {
position: relative;
font-weight: bolder;
text-align: center;
font-size: x-large;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
}
TEXTAREA {
color: #FAFAFA;
font-family: Arial, Helvetica, sans-serif;
position: relative;
background-color: #1e1e1e;
padding-left: 1rem;
padding-right: 1rem;
margin-bottom: 2.5rem;
left: 25%;
width: 50%;
height: 15rem;
border-radius: 4px;
border-width: 1px;
border-style: solid;
border-color: #404040;
font-size: 1rem;
font-weight: bold;
}
button{
color: #FAFAFA;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
cursor: pointer;
background-color: #ff4d4d;
position: relative;
left: calc(50% - 5rem);
margin-bottom: 5rem;
width: 10rem;
height: 2.5rem;
border-radius: 1.375rem;
border-width: 0px;
font-size: 1rem;
}