Skip to content

Commit 7d12d71

Browse files
committed
Add consistent formatting
1 parent 8c2d810 commit 7d12d71

File tree

5 files changed

+1139
-1126
lines changed

5 files changed

+1139
-1126
lines changed

custom.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
Example:
44
55
.red {
6-
color: red;
6+
color: red;
77
}
88
99
.yellow {
10-
color: yellow
10+
color: yellow;
1111
}
1212
1313
.green {
14-
color: rgb(107, 179, 0);
14+
color: rgb(107, 179, 0);
1515
}
1616
1717
.huge-font {
18-
font: 20px "Comic Sans";
18+
font: 20px "Comic Sans";
1919
}
2020
2121
.italic {
22-
font: 17px "Arial";
23-
font-style: italic;
22+
font: 17px "Arial";
23+
font-style: italic;
2424
}
2525
26-
*/
26+
*/

0 commit comments

Comments
 (0)