Built a 3D web project

Day 33 of Threejs:

Covered two lessons today. Both were about using integrating HTML elements into our 3D scenes. This opens up alot of cool stuff.
ALSO! I did not know that you can change another element based on another element's psuedo element. like ye can do something like: .class1:hover .class2{ } This will change class2 based on class1's pseudo element!