You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ To this:
36
36
37
37
### Elements
38
38
39
-
You can create an element through a selector:
39
+
You can create an element via selector:
40
40
41
41
```css
42
42
div.classname#id[attr-1][attr-2='v'] {
43
-
/* None of the parts of the selector are mandatory */
43
+
/* None of the parts of a selector are mandatory */
44
44
/* But at least something needs to be left */
45
45
}
46
46
```
@@ -120,7 +120,7 @@ div {
120
120
<div>The battle continues again</div>
121
121
```
122
122
123
-
In order to insert a tag _between the text_, you will definitely need special properties that allow you to enter text before and after the tag `--text-before` and `--text-after`:
123
+
In order to insert a tag _between the text_, you will definitely need special properties that allow you to enter text before and after the tag:`--text-before` and `--text-after`
0 commit comments