Answers for "CSS background - Shorthand property"

0

CSS background - Shorthand property

body {
  background: #ffffff url('img_tree.png') no-repeat bottom right / 100% 100%;
}
Posted by: Guest on June-20-2021

Code answers related to "CSS background - Shorthand property"

Browse Popular Code Answers by Language