css background background-repeat

✔️ background-repeat CSS Style Property

המאפיין background-repeat מגדיר האם תמונת הרקע תחזור על כל שטח האלמנט או רק לרוחב או רק לגובה או שהתמונה תישאר בודדת

דוגמא: שנה האם תמונת הרקע תחזור על כל שטח האלמנט או רק לרוחב או רק לגובה או שהתמונה תישאר בודדת

Demo Panel:
CSS:
HTML:
Syntax:

background-repeat: repeat | repeat-x | repeat-y | no-repeat | initial | inherit;

Valid values:
  • repeat, repeat-x, repeat-y, space, round, no-repeat, revert, revert-layer, unset, inherit, initial

Js Syntax: element.style.backgroundRepeat

תאימות דפדפנים

background-repeat
הערך שנבדקChromeFirefoxEdgeCOpera
repeat✔️✔️✔️✔️
repeat-x✔️✔️✔️✔️
repeat-y✔️✔️✔️✔️
space✔️✔️✔️✔️
round✔️✔️✔️✔️
no-repeat✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️