-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (49 loc) · 795 Bytes
/
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
body {
margin-left: 20%;
}
table {
padding: 5px;
}
table, td {
border: 1px solid black;
margin-top: -9%;
margin-left: 2%;
}
img {
width: 150px;
height: 150px;
}
table#score {
padding-left: 80px;
padding-top: 5%;
margin-top: 12%;
}
table#score, td#skor, td#skor_1, td#skor_2 {
border: none;
}
input[type=number] {
width: 100%;
padding: 6px 8px;
box-sizing: border-box;
border: none;
background-color: #F5F5F5;
color: black;
}
.button {
background-color: #DCDCDC;
border: none;
color: Black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.btn {
clear: both;
padding-top: 30px;
padding-left: 18%;
}
.button:hover {
background-color: #A9A9A9;
}