We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2d810 commit 7d12d71Copy full SHA for 7d12d71
custom.css
@@ -3,24 +3,24 @@
3
Example:
4
5
.red {
6
- color: red;
+ color: red;
7
}
8
9
.yellow {
10
- color: yellow
+ color: yellow;
11
12
13
.green {
14
- color: rgb(107, 179, 0);
+ color: rgb(107, 179, 0);
15
16
17
.huge-font {
18
- font: 20px "Comic Sans";
+ font: 20px "Comic Sans";
19
20
21
.italic {
22
- font: 17px "Arial";
23
- font-style: italic;
+ font: 17px "Arial";
+ font-style: italic;
24
25
26
-*/
+*/
0 commit comments