☰
עברית
accent-color
align
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
line-break
line-height
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
The CSS Propertie line-break
The line-break property sets line-breaking rules — primarily for CJK text (Chinese/Japanese/Korean) — for breaking before/after punctuation, question marks, and overall compactness.
.cjk-text { line-break: strict; }
.narrow-col { line-break: anywhere; word-break: break-all; }
auto
UA chooses breaking rules per the context (default).
loose
Loose breaking rules — breaks at more places. For narrow columns.
normal
Normal breaking rules — balance between compactness and typographic rules.
strict
Strict breaking rules — fewer breaks. For high-quality print typography.
anywhere
Breaks allowed almost anywhere — improves overflow-wrap behavior.
CSS Text Module Level 4
Editor's Draft
W3C
MDN
そこは湖のほとりで木々が輝いていた。
その景色に、美しいなぁと思わずつぶやいた。
Show all code
Edit CSS online
The plugin that remembers hundreds of CSS items for you
Every CSS property — in a live demonstration
The bilingual CSS reference
definition
examples
syntax
module
specification
sources
visual demonstration
previous
next