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 cad09e4 commit 2fed3e5Copy full SHA for 2fed3e5
style.css
@@ -15,36 +15,37 @@ section {
15
}
16
17
h2 {
18
- margin-top:3em;
+ margin-top: 3em;
19
20
21
button {
22
cursor: pointer;
23
24
25
.to-be-done {
26
- font-style:italic;
+ font-style: italic;
27
28
29
.to-be-done::before {
30
content: "To be done: ";
31
32
33
.important {
34
- border:1px solid red;
35
- padding:0.5em;
+ border: 1px solid orange;
+ padding: 0.5em;
36
width: fit-content;
37
38
39
- color:green;
40
.ok {
+ color: green;
41
42
43
- color:red;
44
.error {
+ color: red;
45
46
47
-.grid3, .grid4 {
+.grid3,
48
+.grid4 {
49
display: grid;
50
gap: 10px 10px;
51
@@ -56,4 +57,4 @@ button {
56
57
58
.grid4 {
59
grid-template-columns: repeat(4, auto);
-}
60
+}
0 commit comments