Answers for "background css property shorthand"

CSS
2

background css property shorthand

background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit;
Posted by: Guest on March-30-2021
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 "background css property shorthand"

Browse Popular Code Answers by Language