H
H
hackuun2018-10-25 20:07:35
css
hackuun, 2018-10-25 20:07:35

Is it possible to make svg for the entire viewport?

Is it possible to make this svg full width and full height (and when resized) - https://codepen.io/dubdub/pen/YJdeYa

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mr_molodoy, 2018-10-25
@hackuun

What exactly was the difficulty?

<html>
  <head>
    <style>
      html, body { padding: 0; }
      html, body, svg { margin: 0; width: 100%; height: 100%; }
    </style>
  </head>
  <body>
      <svg>
         ...
      </svg>
  </body>
</html>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question