+ 1
I Need Too Much Help XD
Okay so just got help with making a gif a background using CSS but in the process ran into another problem...the page won't scroll even when I put overflows in it so here is the original code! div,body{ width:450px; height:450px; background-image:url(.gif);/*maintance here*/ background-size:cover; animation:hvr .1s infinite; transform:translate(-50%,-50%); position:fixed; left:50%; top:50%; transition:0s; } @keyframes hvr{ to{} }
2 Réponses
+ 4
?
in that code below
no way that scroll happen
Bc there are nothing that overflow the offset of body tag
(Sorry I'm not good at english =^=)
+ 1
I need the page to scroll for the html paragraph and header tags. It is okay about your English :P