Answers for "background behind image css"

CSS
0

background behind image css

<!-- background : <background-image> <background-position> <background-size> <background-repeat> <background-attachment> <background-origin> <background-clip> <background-color> -->
<!-- For a gif with a black background -->
background: url(http://*URL of gif*) no-repeat 50% 50% black;
Posted by: Guest on February-13-2022

Browse Popular Code Answers by Language