Rename articles prefixed with css-
This commit is contained in:
@ -2,7 +2,7 @@ slug: css/centering
|
|||||||
name: CSS Centering
|
name: CSS Centering
|
||||||
featured: true
|
featured: true
|
||||||
snippetIds:
|
snippetIds:
|
||||||
- articles/s/css-centering
|
- css/s/centering
|
||||||
- css/s/flexbox-centering
|
- css/s/flexbox-centering
|
||||||
- css/s/grid-centering
|
- css/s/grid-centering
|
||||||
- css/s/transform-centering
|
- css/s/transform-centering
|
||||||
|
|||||||
@ -19,4 +19,4 @@ a[href]:not([class]) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
As a bonus tip, you can use [the previous tip about selecting any link](/articles/s/css-select-any-link) to further enhance this solution.
|
As a bonus tip, you can use [the previous tip about selecting any link](/css/s/select-any-link) to further enhance this solution.
|
||||||
Reference in New Issue
Block a user