untitled-4734
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: v8View latest version
For You ❤️
body{
margin:0;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
font-family: Arial, sans-serif;
background:#fff;
text-align:center;
overflow:hidden;
}
h1{
font-size:40px;
}
button{
padding:12px 25px;
font-size:18px;
margin:10px;
border:none;
border-radius:6px;
cursor:pointer;
color:white;
}
#yes{
background:green;
}
#no{
background:red;
position:absolute;
}
img{
width:180px;
}