-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmasterHTMLCSS.css
More file actions
66 lines (57 loc) · 1.02 KB
/
masterHTMLCSS.css
File metadata and controls
66 lines (57 loc) · 1.02 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
body {
background-image: url("12-0327-15D.jpg");
background-size: 110%;
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
color: white;
text-align: center;
font-family:Verdana, Geneva, sans-serif;
font-size:25px;
}
#button {
opacity:0.5;
}
#myBtn {
display:block;
height: 75px;
width:75px;
border-radius: 50%;
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
cursor: pointer;
opacity:0.5;
background-color:(153, 153, 255,.5);
}
#Dillion {
font-size:25px;
color:white;
}
#majorPlots {
white-space: nowrap;
}
table, th, td {
font-size:25px;
font-family:Verdana, Geneva, sans-serif;
border: 1px solid white;
border:collapse;
background-color:rgba(51, 51, 204, 0.35);
border-radius: 20px;
padding: 15px;
align:center;
}
a:link {
color:#80d4ff;
}
a:visited {
color:#0088cc;
}
#status {
font-size:30px;
color: #00ff00
}