-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.css
51 lines (41 loc) · 808 Bytes
/
result.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
table.center {
margin-left:auto;
margin-right:auto;
}
th {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background: #666;
color: #FFF;
padding: 2px 6px;
border-collapse: separate;
}
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
.button {
background-color: rgb(3, 51, 82);
border: none;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
cursor: pointer;
}
body
{
margin: 0;
position: absolute;
top: 100px;
left: 50%;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
input[type=textarea] {
padding: 10px;
border: none;
}