☰
English
accent-color
align
align-content
align-items
align-self
alignment-baseline
all
anchor
animation
appearance
aspect-ratio
backdrop-filter
backface-visibility
background
baseline
block-size
border
bottom
box
break
caption-side
caret
clear
clip
color
column
columns
contain
container
content
corner
counter
cursor
cx
cy
d
direction
display
dominant-baseline
dynamic-range-limit
empty-cells
field-sizing
fill
filter
flex
float
flood
font
forced-color-adjust
gap
grid
height
hyphenate
hyphens
image
ime-mode
initial-letter
inline-size
inset
interactivity
interest
interpolate-size
isolation
justify
left
letter-spacing
lighting-color
line
list
margin
marker
mask
math
max
min
mix-blend-mode
object
offset
opacity
order
orphans
outline
overflow
overlay
overscroll
padding
page
paint-order
perspective
place
pointer-events
position
print-color-adjust
quotes
r
reading
resize
right
rotate
row
ruby
rule
rx
ry
scale
scroll
scrollbar
shape
speak
stop
stroke
tab-size
table-layout
text
timeline
top
touch-action
transform
transition
translate
trigger-scope
unicode-bidi
user-select
vector-effect
vertical-align
view
visibility
white
widows
width
will-change
word
writing-mode
x
y
z-index
zoom
מאפיין align-content
מאפיין align-content מיישר את התוכן בתוך התיבה בציר הבלוק/cross axis. חל על מיכלי בלוק, multicol, flex ו-grid. ב-flex עם flex-wrap: nowrap — אין השפעה.
.container { align-content: center; }
.grid { display: grid; align-content: space-between; }
normal
ברירת המחדל — מתנהג כ-start בבלוק, stretch ב-multicol/grid.
start
יישור לקצה ההתחלה.
end
יישור לקצה הסיום.
center
ממרכז.
stretch
מותח פריטים אוטומטיים למלא את המיכל.
space-between
מפזר במרווחים שווים, הראשון בהתחלה והאחרון בסוף.
space-around
מפזר במרווחים שווים עם חצי-מרווח בקצוות.
space-evenly
מפזר במרווחים שווים מלאים גם בקצוות.
baseline
מחושב כ-first baseline.
first baseline
מיישר לקו הבסיס הראשון.
last baseline
מיישר לקו הבסיס האחרון.
flex-start
(flex) יישור ל-main-start/cross-start.
flex-end
(flex) יישור ל-main-end/cross-end.
safe
מגדיר גלישה: אם גולש, מתנהג כ-start.
unsafe
מגדיר גלישה: מכבד את היישור גם אם גורם לגלישה.
CSS Box Alignment Module Level 3
Editor's Draft
W3C
MDN
CSS
CSS
CSS
Show all code
ערוך CSS און-ליין
התוסף שזוכר עבורך מאות פריטי CSS
כל פרופרטי CSS — בהדגמה חיה
מקור הייחוס הדו-לשוני ל-CSS
הגדרה
דוגמאות
תחביר
מודול
מפרט
מקורות מידע
הדגמה חזותית
previous
next