Dup Goto 📝

ResizingSvgWithCss

PT2/lang/html/examples 10-25 12:34:56
To Pop
20 lines, 30 words, 247 chars Wednesday 2023-10-25 12:34:56
<!DOCTYPE html>
<html>
  <head>
    <meta charset='utf8'/>
<style>
img.k {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
}
</style>
  </head>
  <body>
    <img class="k" src='k.svg'/>
  </body>
</html>