Answers for "set a background using css"

CSS
4

background css

body {
  background: #ffffff url("img_tree.png") no-repeat fixed right top;
}
Posted by: Guest on April-29-2020
0

how to use a background property in css

/*This is an example*/
.example {
  background: url("Yeet");
}
Posted by: Guest on August-26-2021

Browse Popular Code Answers by Language