-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
75 lines (62 loc) · 1.18 KB
/
index.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
69
70
71
72
73
74
75
h1 {
color: dimgrey;
text-align: center;
padding: 0;
}
/* .row{ */
/* margin-left: 20%; */
/* margin-right: 20%; */
/* margin-bottom: 2%; */
/* } */
/* .column2{ */
/* float: left; */
/* width: 50%; */
/* color: dimgray; */
/* } */
/* .column2 h1, .column3 h1{ */
/* text-align: center; */
/* font-size: 175%; */
/* padding: 0; */
/* } */
/* .column2 h2, .column3 h2{ */
/* text-align: center; */
/* font-size: 165%; */
/* letter-spacing: 1px; */
/* } */
/* .column3{ */
/* float: left; */
/* width: 50%; */
/* color: dimgray; */
/* font-size: 100%; */
/* } */
/* .row:after{ */
/* content: ""; */
/* display: table; */
/* clear: both; */
/* } */
/* #nmCases{ */
/* } */
/* #nmCases ul li{ */
/* text-align: center; */
/* color: dimgrey; */
/* list-style: none; */
/* font-size: 1.5rem; */
/* margin-bottom: 2%; */
/* } */
/* #nmHeader { */
/* text-align: center; */
/* } */
/* #nmCol1 { */
/* width: 50%; */
/* float: left; */
/* } */
/* #nmCol1 ul, #nmCol1 h1{ */
/* margin-left: 20%; */
/* } */
/* #nmCol2 ul, #nmCol2 h1{ */
/* margin-right: 20%; */
/* } */
/* #nmCol2 { */
/* width: 50%; */
/* float: right; */
/* } */