Tackling gender and hermaphrodites with an interactive WebGL animation
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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