-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoints_tracker.css
81 lines (70 loc) · 980 Bytes
/
points_tracker.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
body
{
zoom: 90%;
background: black;
background-repeat: no-repeat;
}
header
{
color:white;
margin: 0 auto;
text-align: center;
}
section
{
max-height: 90%;
}
#content
{
padding-top: 30px;
padding-bottom: 60PX;
max-width: 422px;
max-height: 80%;
background-image: url(images/background2.jpg);
background-repeat: no-repeat;
margin: auto;
text-align: center;
}
footer
{
text-align: center;
margin: 0 auto;
}
table
{
max-width: 80%;
margin: 0 auto;
}
table, th, td
{
border: 1px solid black;
}
th,td
{
/*width: 60px;*/
/*height:30px;*/
background: white;
border-color: grey;
}
input
{
padding: 10px;
width: 80%;
}
#firstinp
{
margin-top: 30px;
}
button
{
margin-top: 15px;
width: 150px;
height:30px;
border-radius: 15px;
border-color: lightgrey;
border-width: 3px;
font-size: 20px;
color:white;
font-weight: bold;
font-family: verdana;
}