-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataTypes.css
More file actions
77 lines (73 loc) · 1.22 KB
/
DataTypes.css
File metadata and controls
77 lines (73 loc) · 1.22 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
.navigation ul {
list-style: none;
margin-left: 50%;
}
.navigation li {
display: inline;
font-size: 20px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin-right: 20px;
}
.navigation a {
text-decoration: none;
}
#one {
font-size: 20px;
font-style: italic;
}
#two {
font-size: 0px;
color: tomato;
font-style: italic;
text-decoration:underline;
text-align: center;
}
#three {
font-size: 30px;
}
.contents {
border: 2px solid;
width: 25%;
padding: 20px;
}
.contents ol {
font-size: 20px;
}
.contents ol>ol {
color:rgb(88, 88, 91);
font-size: 15px;
}
.detailing {
border: 2px solid;
width: 70%;
position: absolute;
margin-top: -51.5%;
margin-left: 28%;
}
.detailing-image-1 {
display: inline-block;
}
.detailing-image-1 img {
width: 100%;
}
.table table {
border-collapse: collapse;
width: 80%;
margin-left: 10%;
font-size: 20px;
}
.table td,th {
border: 1px solid;
text-align: center;
}
.table td {
padding: 10px;
}
.table th {
background-color: black;
color: white;
padding: 10px;
}
.table tr:nth-child(even) {
background-color:antiquewhite;
}