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.
30 lines
388 B
CSS
30 lines
388 B
CSS
body, html {
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
color: #22AFFF;
|
|
}
|
|
|
|
|
|
svg {
|
|
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;
|
|
}
|
|
|