Invitation
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v6View latest version
body { background: pink; font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; }
.card { background: white; padding: 20px; border-radius: 20px; text-align: center; }
button { padding: 10px 20px; border-radius: 20px; border: none; margin: 10px; cursor: pointer; }