An online landscape, built as a tool to explore the many aspects of the human voice. https://voicegardens.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
268 B

/* Custom CSS styles */
body {
height: 100%;
margin: 0px;
overflow: hidden;
}
canvas {
display: block;
}
img.button {
width: 4%;
}
.about {
width: 3% !important;
position:fixed;
top:260px;
left:20px;
}
.about:hover {
top:262px;
left:22px;
}