next.js/examples/with-three-js/styles/index.css
index.css44 lines564 B
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: lavender;
}

canvas {
  width: 100%;
  height: 100vh;
}

h1 {
  display: flex;
  justify-content: center;
  align-content: center;
  color: hotpink;
}

.main {
  background: hotpink;
  padding: 50px;
  border-radius: 4px;
  display: flex;
  margin: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

a {
  color: white;
  display: block;
  text-decoration: unset;
  font-size: 20px;
  margin: 5px 0;
}

a:hover {
  color: #3f51b5;
}
Quest for Codev2.0.0
/
SIGN IN