styleditor.net styleditor.net styleditor.net styleditor.net English accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbackground-attachmentbackground-blend-modebackground-clipbackground-colorbackground-imagebackground-originbackground-positionbackground-position-xbackground-position-ybackground-repeatbackground-repeat-xbackground-repeat-ybackground-sizebaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

מאפיין background-image

מאפיין background-image קובע תמונת רקע אחת או יותר עבור תיבת האלמנט. אפשר לציין מספר תמונות מופרדות בפסיק — התמונה הראשונה תצויר מעל השאר. ערכים תקפים כוללים <image> (URL, gradient, וכו') וכן none עבור שכבה ריקה.
.hero { background-image: url('hero.jpg'); } .stacked { background-image: linear-gradient(180deg, rgb(0 0 0 / 0.6), transparent), url('photo.jpg'); }
noneאין תמונת רקע בשכבה זו — היא עדיין נספרת כשכבה, אך לא מצוירת. url()מצביע על משאב תמונה לפי כתובת. תחביר: url("path/to/image.png").linear-gradient()מעבר צבעים ליניארי לאורך ציר.radial-gradient()מעבר צבעים רדיאלי סביב נקודת מרכז.conic-gradient()מעבר צבעים קוני (סובב סביב נקודה).repeating-linear-gradient()מעבר ליניארי החוזר על עצמו.repeating-radial-gradient()מעבר רדיאלי החוזר על עצמו.repeating-conic-gradient()מעבר קוני החוזר על עצמו.image-set()בחירת תמונה מתוך קבוצה לפי רזולוציה/פורמט.cross-fade()מיזוג שתי תמונות עם אחוז עוצמה. CSS Backgrounds Module Level 4 First Public Working Draft <image> W3CMDN
CSS Show all code ערוך CSS און-ליין התוסף שזוכר עבורך מאות פריטי CSS כל פרופרטי CSS — בהדגמה חיה מקור הייחוס הדו-לשוני ל-CSS
הגדרהדוגמאותתחבירמודולמפרטסוגי ערכיםמקורות מידעהדגמה חזותית