jsx
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: v108View latest version
/** @jsxImportSource https://esm.town/v/jxnblk/jsx */
<h1
sx={{
fontSize: 32,
color: "magenta",
"&:hover": {
color: "rebeccapurple",
}
}}>
Hello
</h1>