1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-19 20:31:32 +02:00

fix: Correct links

This commit is contained in:
Phuoc Nguyen
2023-10-06 18:20:01 +07:00
parent 7eb62d39fb
commit fd8ea15cda
18 changed files with 32 additions and 28 deletions

View File

@@ -64,7 +64,7 @@ title: Spin button
}
```
You can use the [triangle buttons](https://phuoc.ng/collection/css-layout/triangle-buttons) to create the up and down buttons:
You can use the [triangle buttons](https://phuoc.ng/collection/css-layout/triangle-buttons/) to create the up and down buttons:
<Playground>
```css placeholders.css hidden
@@ -173,3 +173,7 @@ body {
</div>
```
</Playground>
## See also
- [Build a spin input](https://phuoc.ng/collection/html-dom/build-a-spin-input/)