Rename articles prefixed with css-

This commit is contained in:
Angelos Chalaris
2023-05-18 23:34:43 +03:00
parent 54904baa74
commit 45d1fa023a
18 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.