how to add /Display Gif background images for a Web Page using HTML & CSS

preview_player
Показать описание
how to add /Display Gif background images for a Web Page using HTML & CSS
Don’t forget to subscribe!
------------------------------------------------------------------------------
Track: Arya, borne & Lynzz - Need U [NCS Release]
Music provided by NoCopyrightSounds.
Рекомендации по теме
Комментарии
Автор

Thank you for tutorial. Now if you don't mind me, like a wise man once said :
Hippity Hoppity
Your code is now my property

zinj
Автор

body {
background-image: url("./image.gif");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
height: 100vh;
}

kvelez
Автор

how do u get the images whenever i put the correct name it dosent show up even tho its saved in my laotop

arsenaldope
Автор

How can i add text underneath the image?

Pwnedby
Автор

thank you very much, this helped me a lot.🇧🇷

Srbatatasky