You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
430 B
CSS

body, html {
margin: 0;
}
body {
color: #22AFFF;
}
#svg-canvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: currentColor;
border: 1px solid currentColor;
}
.preset {
display: inline-block;
border: 2px solid currentColor;
width: 32ch;
height: 18ch;
margin: 100px;
position: relative;
z-index: 100;
}
.preset svg {
display: none;
}