Answers for "effect on background image css"

CSS
7

css background image

background-image: url("image.gif");
Posted by: Guest on April-01-2020
0

background effect css

YOU CAN ADD BACKGROUND EFFECT.
<style>
.body  {
  background-image: url("https://media.giphy.com/media/2jMkaorRzxIx52vBYH/giphy.gif");
  background-color: #cccccc;
}
</style>
<p>BACKGROUND EFFECT CSS</p>
Posted by: Guest on March-17-2021

Code answers related to "effect on background image css"

Browse Popular Code Answers by Language