box animation
SOURCE CODE HTML <! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 " /> < meta name =" viewport " content =" width=device-width, initial-scale=1.0 " /> < link rel =" stylesheet " href =" style.css " /> < title >Landing Page</ title > </ head > < body > < div class =" container "> < div class =" rectangle "></ div > < div class =" rectangle "></ div > < div class =" rectangle "></ div > < div class =" rectangle "></ div > </ div > </ body > </ html > CSS body { display: flex ; justify-content: center ; align-items: end ; margin: 0 % ; height: 100 vh ; overflow: hidden ; backgroun...