forked from cs4241-22a/a1-gettingstarted
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
93 lines (77 loc) · 1.17 KB
/
main.css
File metadata and controls
93 lines (77 loc) · 1.17 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
90
91
92
93
body {
background-color: #E6EE8C;
font-family: 'Open Sans', sans-serif;
color: #091953;
}
h1 {
border-style: double;
text-align:center;
background-color: #72AFED;
}
h2 {
font-size: 16px;
color: #091953;
text-align:left;
}
h3 {
border-style: solid;
text-align:center;
background-color: #72AFED;
}
p {
font-family: 'Open Sans', sans-serif;
color: #091953;
text-align:center;
}
p2 {
text-align:right;
}
p3 {
text-align:center;
font-weight: bold;
}
p4 {
text-align:center;
font-weight: bold;
}
ul1 {
font-family: 'Open Sans', sans-serif;
color: #091953;
text-align:left;
}
ul2 {
font-family: 'Open Sans', sans-serif;
color: #091953;
text-align:left;
}
table {
font-family: 'Open Sans', sans-serif;
border-collapse: collapse;
background-color: white;
width: 100%;
}
td, th {
border: 1px solid #091953;
text-align: left;
color: #091953;
padding: 8px;
background-color:;
}
tr {
color: #091953;
background-color: ;
}
tr:nth-child(even) {
background-color: #82E090;
}
tr:nth-child(odd) {
background-color: #AEF783;
}
img {
height: 500px;
}
.img {
border: solid;
width: 605px;
background-color: #83F7C8;
}