word‑break & overflow‑wrap Playground - Online Text Wrapping
Compare break‑all, keep‑all, and overflow‑wrap: anywhere/break‑word. Paste long words and see how they wrap.
UD5 Toolkit
See how slice and clone change the appearance of inline and multi‑column fragments in real time. Tune the CSS properties and copy the code.
This is a fragment that breaks across lines to illustrate how box-decoration-break works.
<span> may wrap to multiple lines → observe borders, background and radius.This entire block of text is inside a multi‑column container. Notice the background and border repeat or slice across column boundaries.
column-count: 2 applied to the container. The <span> breaks between columns.box-decoration-break controls how element decorations (background, border, border-radius, box-shadow, etc.) are drawn when an inline element breaks across lines, columns, or pages. It accepts two values: slice (default) and clone.clone when you want each visible fragment of an element to look like a self‑contained styled box – for example, highlighted text in articles, tags that break across lines, or decorative inline elements that should have rounded borders on every piece.box-decoration-break is supported in all modern browsers (Chrome, Firefox, Safari, Edge) and has been for many years. Always test in your target browsers if you rely on exact rendering.slice mode, shadows and rounded corners are only applied to the whole box edge, which can disappear at break points. Switch to clone to see the full effect on each fragment.Compare break‑all, keep‑all, and overflow‑wrap: anywhere/break‑word. Paste long words and see how they wrap.
Paste your full CSS and HTML; automatically identify and extract the styles needed for the visible part. Reduce render‑blocking resources.
New CSS text‑spacing property for fine control over punctuation spacing. See the effect live. For advanced typography.
Toggle scrollbar‑gutter: stable to reserve space for the scrollbar and avoid content jumps. Visual demo with two columns.
Create vertically oriented text layouts with `writing‑mode`. See the effect and copy the complete CSS. For vertical languages.
Use named grid lines instead of column numbers. See how they simplify placement. Visual, interactive learning.
Style underlines, overlines, and strike-throughs with colors, wavy styles, and thickness. Modern CSS text‑decoration.
Test different line‑break and word‑break values on Chinese/Japanese/Korean text. See how browsers wrap. Essential for i18n.
Create a frosted glass card with background blur, border glow, and shadow. Adjust intensity. Copy the CSS.
See how grid-auto-flow: row vs column changes item placement. Add and remove items to understand the algorithm. Visual.
Stack multiple background images and blend them with colors. Create unique textures. Copy the CSS code instantly.
Set up first‑line indentation and hanging punctuation. See how they affect reading flow. Copy the CSS.
Style the first letter of a paragraph as a large decorative drop cap. Choose font, color, and size. Get the CSS & HTML.
Nest elements in 3D space with preserve‑3d vs flat. Rotate the parent and see children behave differently.
Visually create the glassmorphism effect: background blur, transparency, and border. Copy the complete CSS. Modern UI design.
Apply the drop‑shadow() filter and compare it with box‑shadow. See how it follows the contour of transparent images. Copy code.
Compare width/height with block‑size/inline‑size in different writing modes. Understand intrinsic sizing. Copy best practices.
Build a small crossword by adding words and clues. Export as a printable PNG or JSON. For classroom and fun.
Beautify and format your CSS stylesheets instantly. Organize, minify, or prettify CSS code for better readability. Processed securely on client-side.
Paste your CSS and strip all `!important` declarations in one click. See a list of affected rules. Local tool.
Create seamless CSS background patterns like stripes, polka dots, checkerboard. Adjust size and colors. Copy the tiny CSS.
Type names and generate folded name tents for desks. Print, cut, fold. Great for workshops and panels.
Test overscroll‑behavior: contain to prevent background scroll or pull‑to‑refresh. See the effect in a live demo.
Visually name grid areas in a table and generate grid‑template‑areas CSS. Perfect for complex layouts. Drag‑free.
Animated SVG steps showing how to fold a fitted sheet perfectly. Clean visual reference.
Toggle scroll‑behavior: smooth and click anchor links to see the scrolling animation. Implement modern UX.
Create outlined text with the text‑stroke property. Adjust width and color. Preview and copy the CSS.
Style a drop cap using the initial‑letter property. Set size and sink. Modern alternative to pseudo‑element hacks.
Style a drop cap using the initial‑letter property. Set size and sink. Modern alternative to pseudo‑element hacks.
Build a small crossword by adding words and clues. Export as a printable grid or solve in browser. Perfect for classrooms.