Tackling gender and hermaphrodites with an interactive WebGL animation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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