body {
margin: 0;
width: 100%;
height: 100%;
}
#svg {
position: absolute;
width: 100%;
height: 100%;
filter: drop-shadow(0 0 5px #888);
}
#overlay {
position: absolute;
z-index: 20;
top: 0;
right: 0;
bottom: 0;
left: 0;
cursor: crosshair;
}
path,
circle {
stroke: #000;
stroke-width: 1px;
fill: none;
}
path {
stroke-linecap: round;
stroke-linejoin: round;
}
.leaf path {
stroke-width: 0.5px;
fill: rgb(255, 255, 255, 0);
}
Tribute to my kids (try your mouse or touch)
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.