-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
69 lines (62 loc) · 816 Bytes
/
styles.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
h1 {
font-family: arial;
color: dimgray;
}
body {
font-family: arial;
margin: 100px;
background-color: rgb(191, 197, 199);
}
canvas {
height: 200px;
border: 2px solid blue;
}
input {
font-size: 15pt;
text-align: left;
}
header {
text-align: center;
}
p {
font-size: 15px;
font-weight: bold;
}
.stamp {
font-weight: bold;
background-color: brown;
}
.red {
background-color: red;
}
.yell {
background-color: GreenYellow;
}
.gray {
background-color: gray;
}
#link {
font-size: 25px;
}
/*Footer*/
a {
text-align: 50%;
clear: left;
bottom: -100px;
font-size: 50px;
height: 100px;
width: 50%;
}
a:link {
position: relative;
display: block;
}
a:visited {
color: rgb(7, 0, 73);
}
a:hover {
color: #060708;
}
a:active {
color:rgb(162, 62, 255);
}