Tackling gender and hermaphrodites with an interactive WebGL animation
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

fluid_gender_1.css 210B

123456789101112131415
  1. body {
  2. font-family: Monospace;
  3. background-color: #222222;
  4. margin: 0px;
  5. overflow: hidden;
  6. }
  7. #container {
  8. position: absolute;
  9. top: 0px;
  10. left: 0px;
  11. width:100%;
  12. height:100%;
  13. }