<div id="hoge">
  <h1>foo bar</h1>
</div>
body {
  magin: 0;
  padding: 0;
}
#hoge {
  width: 100vw;
  height: 100vh;
}
h1 {
  color: white;
  text-align: center;
  font-size: 10rem;
}
VANTA.BIRDS({
  el: "#hoge",
  mouseControls: true,
  touchControls: true,
  gyroControls: false,
  minHeight: 200.0,
  minWidth: 200.0,
  scale: 1.0,
  scaleMobile: 1.0
});

External CSS

  1. https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css

External JavaScript

  1. https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.min.js
  2. https://cdn.jsdelivr.net/npm/vanta@0.5.21/dist/vanta.birds.min.js