Tag webdev

2 bookmarks have this tag.

2025-04-23

224.

Flexbox Labs

flexboxlabs.netlify.app

Flexbox Labs is a visual tool for learning and experimenting with CSS Flexbox. It lets you adjust layout settings in real-time, view changes instantly, and export the HTML/CSS code.

2025-02-13

Reposted 204.

ntfy.sh | Push notifications to your phone or desktop via PUT/POST

ntfy.sh

ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API.

curl \
  -d "Backup successful 😀" \
  ntfy.sh/mytopic

Free notifications!