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. }