diff --git a/index.html b/index.html index bd9301a..26aca5b 100644 --- a/index.html +++ b/index.html @@ -30,9 +30,24 @@ svg { pointer-events: none; } + + .hide-cursor { + cursor: none; + height: 200px; + width: 300px; + background-color: #ff6b6b; + display: flex; + align-items: center; + justify-content: center; + color: white; + font-family: Arial, sans-serif; + margin: 20px 0; + } + +
Example SVG @@ -52,7 +67,7 @@ - +