Midterm:
https://github.com/CallieQ/front_end_web/tree/main/midterm_Callie
**https://callieq.github.io/**
Log:
Due to the need for some interaction for my midterm project, I looked at CSS Animations for Beginners and learned some knowledge about CSS Animations. I have learned that CSS animations are made up of two basic building blocks, Keyframes, and Animation Properties. I find keyframes very useful because they allow me to independently decide how elements move or change. In addition, if I want elements to have special motion patterns, I can also use the Animation timing function.