-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (58 loc) · 939 Bytes
/
style.css
File metadata and controls
62 lines (58 loc) · 939 Bytes
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
body {
background-color:black;
font-family:arial;
color:white
}
h1{
color:grey;
font-family:verdana;
font-size: 125%;
}
.maindiv {
background-color:ghostwhite;
color:black;
width: 300px;
padding: 20px;
border-radius: 25px;
margin: auto;
text-align: center;
overflow-wrap:break-word;
overflow-x:auto;
}
.table {
background-color:ghostwhite;
color:black;
width: 200px;
font-size: small;
margin-left: 30px;
}
label{
font-size: 80%;
float: left;
}
.input{
font-size: 75%;
float:left;
padding: 0;
}
.button{
font-family: inherit;
font-size: 75%;
float: left;
padding: 0;
margin: auto;
}
.rowspacer{
height: 8px;
}
.response{
text-align: left;
font-size: 65%;
margin-left: 30px;
margin-top: 10px;
}
.highlight{
background-color: yellow;
font-size: 100%;
font-weight: 300;
}