background css property shorthand

Solutions on MaxInterview for background css property shorthand by the best coders in the world

showing results for - "background css property shorthand"
Marta
20 Sep 2019
1
2background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit;
Martin
28 Jan 2018
1
2body {
3  background: #ffffff url('img_tree.png') no-repeat bottom right / 100% 100%;
4}