Skip to content

Commit 81bf363

Browse files
committed
fixing sacing strings example
1 parent 136952d commit 81bf363

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

learn/values-units/strings-idents.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333

3434
<textarea class="playable playable-css" style="height: 240px;">
3535
.box {
36-
width:400px;
37-
padding: 1em;
38-
border-radius: .5em;
39-
border: 5px solid rebeccapurple;
40-
background-color: lightblue;
36+
width:400px;
37+
padding: 1em;
38+
border-radius: .5em;
39+
border: 5px solid rebeccapurple;
40+
background-color: lightblue;
4141
}
4242

4343
.box::after {
44-
content: "This is a string. I know because it is quoted in the CSS."
44+
content: "This is a string. I know because it is quoted in the CSS."
4545
}
4646
</textarea>
4747

0 commit comments

Comments
 (0)