-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommonStyles.css
60 lines (52 loc) · 870 Bytes
/
commonStyles.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
* {
font-size: 28px;
font-family:'Arial',sans-serif;
}
#head{
text-align: center;
}
input{
display:inline-block;
width: 150px;
margin-top:10px;
margin-left:10px;
height: 50px;
text-align: center;
border-radius:2px;
padding: 3px;
}
.label{
display:inline-block;
margin-top: 10px;
}
.table {
text-align: center;
margin: auto;
width: 50%;
border-radius: 10px;
border: 1px solid;
padding: 10px;
font-size:25px;
font-family:'Arial',sans-serif;
}
table, th, td {
height:50px;
padding:10px;
}
.button {
border-radius:5px;
display:inline-block;
cursor:pointer;
padding:13px 25px;
text-decoration:none;
}
.button:active {
position:relative;
top:1px;
}
#inputDiv{
width:100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}