Flex‑Basis Calculator & Visualizer - Online CSS Flex
Enter container width, number of items, gap, and flex‑basis. See the resulting sizes instantly. Plan your flex layout.
UD5 Toolkit
Paste your CSS and instantly check browser support across Chrome, Firefox, Safari, Edge & more.
| CSS Feature | Type | Chrome | Firefox | Safari | Edge | Opera | Samsung | Note |
|---|---|---|---|---|---|---|---|---|
| Paste your CSS above and click "Check Now" to see compatibility results. | ||||||||
-webkit- or -moz-), may have
limited functionality, or is only supported in newer versions of that browser.
For example, backdrop-filter works in Safari 9+ but required the
-webkit-backdrop-filter prefix in early versions.
Not Supported means the browser simply does not implement that CSS
feature at all in the selected version baseline, so it will have no effect.
In these cases, you should consider fallback styles or progressive enhancement strategies.
-webkit-, -moz-, -ms- prefixes where needed.background: #fff; background: linear-gradient(...);).@supports (property: value) { ... } to only apply it in supporting browsers.backdrop-filter (limited Safari support in older versions),
aspect-ratio (not supported in older Safari),
gap in flexbox (only supported since Chrome 84+ and Safari 14.1+),
:has() selector (very new, only in latest browsers),
@container queries (still rolling out),
position: sticky (quirky in older Safari),
scroll-behavior (not supported in older Safari),
and clamp() / min() / max() CSS functions
(not available in very old browsers). Always check these if you're targeting a broad audience.
-webkit-border-radius or -moz-transition). If a property
appears with a prefix, the tool notes this and may adjust the compatibility assessment.
However, it's generally better practice to write unprefixed standard CSS and
use a build tool like Autoprefixer (with PostCSS) to automatically add the
correct prefixes based on your target browser configuration. This keeps your source code
clean and maintainable.
@container, :has(), and view-timeline), we
recommend also checking caniuse.com or
MDN Web Docs for the very latest status, as browser updates
can ship weekly. Our version baseline selector lets you adjust the target browser
age to match your project's support policy.
Enter container width, number of items, gap, and flex‑basis. See the resulting sizes instantly. Plan your flex layout.
Browse the built‑in styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
Design neumorphic elements by adjusting box‑shadow parameters. Real‑time preview and CSS output. For modern soft UI interfaces.
Design a custom focus indicator with outline, offset, and box‑shadow. Preview on interactive elements. Copy the CSS.
Toggle contain: strict, content, paint, layout and see how it affects rendering. Understand isolation for faster pages.
Use isolation: isolate to contain mix‑blend‑mode and filters. See the visual difference with and without. Quick demo.
Adjust margin, border, padding, and content sizes interactively and see the rendered box model. Get the exact CSS. Teach or learn layout.
Design a fully styled scrollbar with colors, width, radius, and hover effects. Supports both ::-webkit‑scrollbar and Firefox scrollbar‑width.
Design a tooltip that appears on hover without JavaScript. Choose positioning, arrow, and animation. Copy the clean HTML/CSS.
Build a custom CSS reset by toggling which elements to normalize. Copy the resulting stylesheet. Lean and clean.
Design a pure CSS tooltip with custom text, position (top/bottom/left/right), and arrow. Copy the clean code.
Design a fully styled scrollbar with colors, width, and border radius. Get the CSS for Chrome and Firefox.
See how scroll‑padding and scroll‑margin affect the position of elements when using anchor links or scroll‑snap. Visual.
Understand @layer by visually ordering style layers and seeing which rules win. Fix specificity battles. Modern CSS architecture.
Visually experiment with Flexbox container and item properties. See the layout update in real time and copy the CSS. Learn by doing, fully interactive.
Set tab‑size to any number and see how tabs are displayed in a pre element. Essential for code snippets.
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 layered box shadows interactively and get the CSS code in real time. Adjust offset, blur, spread, and color. Essential tool for UI designers.
Build a .editorconfig file by setting indentation, charset, and end‑of‑line rules for your project. Keep all contributors aligned.
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.
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.
Upload an image and generate the CSS to use it as a custom mouse cursor. Test it live. Fun for personal websites.
Learn how to let content extend a few pixels beyond a clip boundary with overflow‑clip‑margin. Interactive playground.
Set the inset property and see its logical shorthand equivalents. Copy the modern CSS for absolutely positioned elements.
Find the ideal height to hang art based on wall and furniture dimensions. Follow gallery standard 57‑inch center rule.
Use anchor positioning to perfectly center a popover relative to its anchor. No JavaScript. See the modern approach.
Create CSS mask‑image effects with custom shapes, gradients, and SVGs. Visually see the mask applied to an image. Copy the CSS.
Paste a screenshot or image, crop it, and add arrows, rectangles, and text. Essential for bug reports and tutorials.
Use the browser's native eyedropper tool to pick any color from the screen. Shows zoomed preview. Quick and easy.