Box Shadow Playground - Online Visual CSS Shadow Editor
Interactively add and adjust multiple box shadows on a sample element. Drag sliders for offset, blur, spread, and color. Copy the clean CSS code instantly.
UD5 Toolkit
Interactive CSS Flexbox layout generator. Adjust container and item properties below – changes are reflected in real time.
wrap or wrap-reverse.Click an item in the preview to edit its properties.
display: flex (or inline-flex), flex-direction (row / column), flex-wrap (nowrap / wrap), justify-content (main‑axis alignment), align-items (cross‑axis alignment for all items), align-content (spacing between wrapped lines), and gap (spacing between items). This playground lets you adjust all of them in real time.
display: flex; justify-content: center; align-items: center;. justify-content centers along the main axis, and align-items centers along the cross axis. Try it in the playground above!
flex-wrap: wrap is active. If there is only one line, align-content has no visible effect.
flex-basis defines the initial main size of a flex item before free space is distributed. It can be auto (use the item's content size) or a specific length (like 200px). Combined with flex-grow and flex-shrink, it determines how the item behaves when the container resizes.
flex-wrap: wrap to let items flow into multiple rows/columns. You can then use percentages or flex-basis alongside flex-grow to create fluid grids. Media queries can also change flex-direction to stack items on small screens.
Interactively add and adjust multiple box shadows on a sample element. Drag sliders for offset, blur, spread, and color. Copy the clean CSS code instantly.
Design layered box shadows interactively and get the CSS code in real time. Adjust offset, blur, spread, and color. Essential tool for UI designers.
Create a 'SALE' or 'NEW' corner ribbon in pure CSS. Adjust colors, position, and text. Great for e‑commerce.
Visually configure scroll‑snap containers and items. Adjust alignment, stop behavior, and padding. Copy the clean CSS instantly.
Design a fully styled scrollbar with colors, width, and border radius. Get the CSS for Chrome and Firefox.
Design a fully styled scrollbar with colors, width, radius, and hover effects. Supports both ::-webkit‑scrollbar and Firefox scrollbar‑width.
Change all alignment and justification values and see the flex items move. Indispensable for learning Flexbox.
Design neumorphic elements by adjusting box‑shadow parameters. Real‑time preview and CSS output. For modern soft UI interfaces.
Design a pure CSS tooltip with custom text, position (top/bottom/left/right), and arrow. Copy the clean code.
Generate a random HTML/CSS card with different box model properties. Inspect and guess the size. For learners.
Design a tooltip that appears on hover without JavaScript. Choose positioning, arrow, and animation. Copy the clean HTML/CSS.
Enter container width, number of items, gap, and flex‑basis. See the resulting sizes instantly. Plan your flex layout.
Build a custom CSS reset by toggling which elements to normalize. Copy the resulting stylesheet. Lean and clean.
Understand @layer by visually ordering style layers and seeing which rules win. Fix specificity battles. Modern CSS architecture.
Create a simple 4-shaft weaving draft by clicking warp/weft threads. See plain weave, twill, satin. Educational for weavers. Local only.
Use isolation: isolate to contain mix‑blend‑mode and filters. See the visual difference with and without. Quick demo.
Create inner shadows for a pressed or sunken effect. Visually adjust and copy the CSS. Learn inset.
Upload an image and generate the CSS to use it as a custom mouse cursor. Test it live. Fun for personal websites.
Adjust margin, border, padding, and content sizes interactively and see the rendered box model. Get the exact CSS. Teach or learn layout.
Create CSS mask‑image effects with custom shapes, gradients, and SVGs. Visually see the mask applied to an image. Copy the CSS.
Set the inset property and see its logical shorthand equivalents. Copy the modern CSS for absolutely positioned elements.
Toggle contain: strict, content, paint, layout and see how it affects rendering. Understand isolation for faster pages.
Build a .editorconfig file by setting indentation, charset, and end‑of‑line rules for your project. Keep all contributors aligned.
Visually adjust each corner's radius on an image independently. Preview and download as PNG. For non‑uniform rounding.
Generate a range of tints and shades from a single hex color. Ideal for data visualization, UI design systems, and Tailwind custom palette creation. Local tool.
Generate custom placeholder images for mockups and layouts. Specify dimensions, colors, and text. Export as PNG or use the generated data URI. Entirely browser-based.
Browse the built‑in styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
See how scroll‑padding and scroll‑margin affect the position of elements when using anchor links or scroll‑snap. Visual.
Paste your CSS and see warnings for properties that have limited browser support. Links to CanIUse. Modernize safely.
Fill in a form to generate a clean, ATS‑friendly one‑page resume. Customize sections, colors, and export as print‑ready PDF. Personal data stays in your browser.