I Need Too Much Help XD | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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{} }

8th Jul 2017, 7:13 AM
Animefreak otaku
Animefreak otaku - avatar
2 Answers
+ 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 =^=)
8th Jul 2017, 8:03 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 1
I need the page to scroll for the html paragraph and header tags. It is okay about your English :P
8th Jul 2017, 8:08 AM
Animefreak otaku
Animefreak otaku - avatar