Spaces:
Running
Running
Update css/main.css
Browse files- css/main.css +7 -12
css/main.css
CHANGED
|
@@ -12,15 +12,6 @@ body {
|
|
| 12 |
p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
|
| 13 |
font-size: 1.5rem;
|
| 14 |
font-weight: 400;
|
| 15 |
-
color: red;
|
| 16 |
-
}
|
| 17 |
-
|
| 18 |
-
.tr:nth-child(even) {
|
| 19 |
-
text-align: right;
|
| 20 |
-
}
|
| 21 |
-
|
| 22 |
-
.td:nth-child(even) {
|
| 23 |
-
text-align: right;
|
| 24 |
}
|
| 25 |
|
| 26 |
|
|
@@ -34,10 +25,14 @@ ul {
|
|
| 34 |
}
|
| 35 |
.row:nth-child(even) {
|
| 36 |
text-align: left;
|
|
|
|
| 37 |
}
|
| 38 |
.row:nth-child(odd) {
|
| 39 |
-
text-align: right
|
| 40 |
-
}
|
| 41 |
-
.text {
|
| 42 |
background: #e7fefc;
|
|
|
|
| 43 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
|
| 13 |
font-size: 1.5rem;
|
| 14 |
font-weight: 400;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
|
|
|
|
| 25 |
}
|
| 26 |
.row:nth-child(even) {
|
| 27 |
text-align: left;
|
| 28 |
+
color: #f3950e;
|
| 29 |
}
|
| 30 |
.row:nth-child(odd) {
|
| 31 |
+
text-align: right;
|
|
|
|
|
|
|
| 32 |
background: #e7fefc;
|
| 33 |
+
color: #530707;
|
| 34 |
}
|
| 35 |
+
|
| 36 |
+
/* .text {
|
| 37 |
+
background: #e7fefc;
|
| 38 |
+
} */
|