Skip to content

Commit 2fed3e5

Browse files
author
Nils Lindemann
committed
Reformat
1 parent cad09e4 commit 2fed3e5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

style.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,37 @@ section {
1515
}
1616

1717
h2 {
18-
margin-top:3em;
18+
margin-top: 3em;
1919
}
2020

2121
button {
2222
cursor: pointer;
2323
}
2424

2525
.to-be-done {
26-
font-style:italic;
26+
font-style: italic;
2727
}
2828

2929
.to-be-done::before {
3030
content: "To be done: ";
3131
}
3232

3333
.important {
34-
border:1px solid red;
35-
padding:0.5em;
34+
border: 1px solid orange;
35+
padding: 0.5em;
3636
width: fit-content;
3737
}
3838

39-
color:green;
4039
.ok {
40+
color: green;
4141
}
4242

43-
color:red;
4443
.error {
44+
color: red;
4545
}
4646

47-
.grid3, .grid4 {
47+
.grid3,
48+
.grid4 {
4849
display: grid;
4950
gap: 10px 10px;
5051
width: fit-content;
@@ -56,4 +57,4 @@ button {
5657

5758
.grid4 {
5859
grid-template-columns: repeat(4, auto);
59-
}
60+
}

0 commit comments

Comments
 (0)