-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystyle.css
More file actions
58 lines (49 loc) · 832 Bytes
/
mystyle.css
File metadata and controls
58 lines (49 loc) · 832 Bytes
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
h1, h2, h3, h4 {
color: blue;
}
body {
background-color: #aaddff;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
margin: 50px;
}
div {
float: right;
width: 150px;
margin: 0 0 20px 10px;
padding: 15px;
border: 0;
text-align: center;
}
.timer {
font-weight: bold;
margin-left: 10px;
}
.buttons {
margin-top: 10px;
}
button {
margin-right: 10px;
}
table,
th,
td {
border: 1px solid black;
}
table.center {
margin-left: auto;
margin-right: auto;
}
a:link {
color: #0000ff;
text-decoration: none;
}
a:visited {
color: #660000;
}
a:hover {
color: #ff0000;
}
a:active {
color: #ff0000;
}