I've been trying to place a gif file at the top of the screen, but so far I haven't been successful. Currently, the gif file is taking up the entire page:
<div style={{ backgroundImage: 'url(https://media.tenor.com/kKmvIr30vQYAAAAj/stars-changing-colors.gif)',position: 'absolute', height:'100', width:'100',
bottom: 0, top:0,left:0, right:0, backgroundSize:'cover'}}>
https://i.sstatic.net/lJwKp.png
Can someone please advise me on how to achieve the layout shown in the picture?