-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
112 lines (95 loc) · 1.77 KB
/
style.css
File metadata and controls
112 lines (95 loc) · 1.77 KB
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
103
104
105
106
107
108
109
110
111
@charset "utf-8";
/* CSS Document */
body { color:#000000;
font-size: 18px;
font-family:Verdana, Geneva, sans-serif;
margin:0px;text-align:center;}
body a {color:#0066ff;}
body h1 {font-size: 24px;}
body h2 {font-size: 20px;}
.mathformat {
font-size: 28px;
font-family: Arial,Verdana,sans-serif;
margin:0px;
text-align:center;
background-color:#9AFEFF;
color: #ffffff;
}
button {
background-color: #54C571;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.btn {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.btnabout {
background-color: #54C571;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.btnnext {
background-color: #FBB117;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
section, footer {display: block;}
footer {
bottom:0px;
margin:0px;
position:absolute;
/*height:13%;*/
width:100%;
background-color:#9AFEFF;
fill: currentColor;
color: blue;
}
footer td
{
color: #000080;
font-size: small;
}
.table1 {
border-spacing:20px;
text-align:center;
border:0;
border-spacing:0px;
margin-left:auto;
margin-right:auto;
}
table
{
border:0;
width:95%;
/*table-layout:fixed;*/
}