Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.03 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.03 KB

My Terrarium 🌵🌱

A simple drag and drop meditation. Take a look at the HTML, JS and CSS to get an idea how to build a basic web interface, style it, and add an interaction.

my terrarium

Credits

The terrarium created via CSS was inspired by Jakub Mandra's glass jar codepen.

The artwork was hand drawn by Jen Looper using Procreate.

The solution to draggable elements was inspired by w3schools solution on creating a Draggable HTML Element.

Find more information on pointer events on the W3C docs and on MDN web docs.

Always check browser capabilities using CanIUse.com.

Learn more about building sites for the web and mobile devices at Microsoft Learn.