"Sleeping" "artificial intelligence". Spoiler: Will not wake up. Seems to generate art. Finished work. https://victorgiers.com/iris
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.

iris_puzzles.css 699B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. body {
  2. margin: 0px;
  3. background-color:#000;
  4. overflow: hidden;
  5. }
  6. #container {
  7. position: absolute;
  8. top: 0px;
  9. left: 0px;
  10. width: 100%;
  11. height: 100%;
  12. }
  13. #background{
  14. position: fixed;
  15. top: 0;
  16. right: 0;
  17. bottom: 0;
  18. left: 0;
  19. overflow: hidden;
  20. padding: 0;
  21. margin: 0;
  22. z-index: -100;
  23. }
  24. <<<<<<< HEAD
  25. #curtain{
  26. position:absolute;
  27. top:0px;
  28. left:0px;
  29. padding: 0;
  30. background-color: black;
  31. z-index:1;
  32. width:100%;
  33. height:100%;
  34. }
  35. =======
  36. >>>>>>> 83c2b9870597ee999f38d78b893a91a035ffe4af
  37. #video-bg{
  38. position: absolute;
  39. top: 0;
  40. left: 0;
  41. width: 100%;
  42. height: 100%;
  43. }
  44. /* removes tap blinking on ios devices */
  45. * { -webkit-tap-highlight-color:rgba(0,0,0,0); }