-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsakarvadia19mFPP1.css
102 lines (94 loc) · 1.46 KB
/
sakarvadia19mFPP1.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
header
{
font-size: 30px;
font-family: "times new roman";
}
header, h1
{
background-color: mistyrose;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 10px;/*adjust header */
padding-left: 0px;
text-align: center;
color: darksalmon;
border-radius: 25px;
}
td
{
padding-left: 30px;
padding-right: 30px;
}
table
{
text-align: center;
margin-left: auto;
margin-right: auto;
}
body
{
background-color: WhiteSmoke;
}
p
{
color: salmon;
text-align: center;
font-size: 20px;
font-family: "times new roman";
}
.display
{
text-align: center;
background-color: mistyrose;
border-radius: 25px;
margin-left: auto;
margin-right: auto;
}
canvas
{
display: inline-block;
}
table
{
color: salmon;
font-size: 20px;
font-family: "times new roman";
}
button
{
background-color: salmon;
font-size: 20px;
font-family: "times new roman";
color: white;
margin: 5px;
border-radius: 25px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
display: inline-block;
}
td
{
text-align: center;
margin-left: auto;
margin-right: auto;
padding: auto;
}
#Aconfirm, #Tconfirm
{
padding: 20px;
}
#setAlarmButton,#stopTimerButton
{
display: inline-block;
}
#stopAlarmButton
{
display: none;
}
#stopTimerButton
{
display: none;
}