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 136952d commit 81bf363Copy full SHA for 81bf363
learn/values-units/strings-idents.html
@@ -33,15 +33,15 @@
33
34
<textarea class="playable playable-css" style="height: 240px;">
35
.box {
36
- width:400px;
37
- padding: 1em;
38
- border-radius: .5em;
39
- border: 5px solid rebeccapurple;
40
- background-color: lightblue;
+ width:400px;
+ padding: 1em;
+ border-radius: .5em;
+ border: 5px solid rebeccapurple;
+ background-color: lightblue;
41
}
42
43
.box::after {
44
- content: "This is a string. I know because it is quoted in the CSS."
+ content: "This is a string. I know because it is quoted in the CSS."
45
46
</textarea>
47
0 commit comments