Explore >> Select a destination


You are here

www.scale.at
| | alvaromontoro.com
4.4 parsecs away

Travel
| | How to create a functional and accessible switch component with HTML and CSS (without JavaScript) There are many articles online about how to create a switch using HTML and CSS only, without any JavaScript. How will this one be different? What value will it add to the existing articles? Why did I write it? :: Blog post at Alvaro Montoro's Personal Website.
| | moderncss.dev
4.2 parsecs away

Travel
| | Create custom form input and textarea styles that have a near-identical appearance across the top browsers, and ensure all states meet contrast requirements.
| | amxmln.com
4.4 parsecs away

Travel
| | It's been a while since my last tutorial! So here's one on how to build a modern input field with a shrinking label in pure CSS, hope you'll like it!
| | www.thapatechnical.com
27.4 parsecs away

Travel
| [AI summary] The article provides a tutorial on implementing CRUD operations (Create, Read, Update, Delete) using PHP and MySQLi, including code examples for database connection, insertion, display, deletion, and updating data.