Answers for "background-repeat"

CSS
3

how to make image not repeat on background

.image {
 background-repeat: no-repeat;
}
Posted by: Guest on April-26-2020
0

background-repeat

body
{

  background-image: url("gradient_bg.png");

  background-repeat: repeat-x;

}
Posted by: Guest on September-27-2021

Code answers related to "background-repeat"

Browse Popular Code Answers by Language