-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrackingPageStyle.css
More file actions
89 lines (76 loc) · 1.42 KB
/
trackingPageStyle.css
File metadata and controls
89 lines (76 loc) · 1.42 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
* {
box-sizing: border-box;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #d3d3d3;
}
header {
background-color:#000000;
height:15%;
margin:0;
padding:0
}
li { font-family: Arial, Sans-Serif }
.header img {
float: left;
width: 76px;
height: 70px;
background-color: #000000;
}
.header h1 {
text-align: center;
font-family: Arial;
top: 18px;
left: 10px;
color: #FFFFFF;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button2 {background-color: #008CBA;} /* Blue */
.button3 {background-color: #f44336;} /* Red */
.button4 {background-color: #e7e7e7; color: black;} /* Gray */
.button5 {background-color: #555555;} /* Black */
p.sansserif, h2.sansserif, h3.sansserif {
font-family: Arial, Helvetica, sans-serif;
}
h1.sansserif {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF
background-color:#000000;
height:10%;
margin:0;
padding:0
}
.right{
float:right;
}
.left{
float:left;
}