html - HTML5 (& CSS3?) Create a grid of squares in the background -
i had idea background don't know if can done, , if can, best method be. let idea, it's grid of squares background page when mouse on 1 changes color , shifts back(i know how animation portion). grid supposed span entire page, width , height, , overflow hidden. i'd wish re size if page does
so i'm wondering if can done. if can, how generate grid?
i'm @ complete loss. ideas?
i use <canvas>
. or maybe fill entire body equally sized div's height , width defined in percentages. lets grid of 10x10 div's. or can create on -the-fly jquery many div want (to fill whole height). can float div's fill entire viewport, , if window resized use media queries arrange them. on hover, can apply animation on every div. of course, can put other elements on div's.
Comments
Post a Comment