CSS Obfuscator – Minify & Mangle Class Names
Obfuscate CSS by mangling class names and removing whitespace for production. Use with caution and export a mapping file to keep references intact.
UD5 Toolkit
Obfuscate CSS by mangling class names and removing whitespace for production. Use with caution and export a mapping file to keep references intact.
Enter a URL and apply a custom CSS grid overlay to check alignment. A quick frontend design tool for verifying column placement and baseline grids.
Set width, height, depth, and colors to generate an isometric box using CSS transforms. Copy to your project.
Design a glitchy text animation with adjustable color shifts and clipping. Copy the pure CSS code. No JavaScript.
Trace the edge of an object in an image and generate a CSS clip‑path polygon. For non‑rectangular layouts.
Design a modern button with gradients, shadows, and hover effects. Copy the clean CSS code.
Explore the size‑container and inline‑size CSS properties for container queries. Understand containment contexts. Visual guide.
Overlay colored blocks and images and apply all mix‑blend‑mode values. Understand how each mode works live.
Create a reflection effect for images or text using box‑reflect. Adjust direction and offset. Copy the CSS.
Change the text input cursor color. See the effect live. Copy the minimal CSS. Simple but delightful.
Toggle between show and hide for empty table cells. Understand how it affects borders and backgrounds.
Set tab‑size to any number and see how tabs are displayed in a pre element. Essential for code snippets.
Upload a font file or specify a URL and generate the complete @font‑face rule with modern formats and font‑display. Copy instantly.
Paste a CSS rule and sort its declarations alphabetically or by box model grouping. Clean up styles.
Customize falling snow particles with pure CSS or canvas. Adjust speed, size, and wind. Copy the code for your website.
Browse the fonts installed on your system and type a custom phrase to see how it looks. Uses Local Font Access API where available.
Load images or use colors and apply all 15 CSS blend modes. Visual tester for creative effects.
Browse a collection of ready-to-use CSS animations (fade, slide, bounce). Click to preview, then copy @keyframes and class to your project. Local tool.
Compile SCSS code to CSS directly in the browser using the official Sass.js library. Supports variables, mixins, nesting. No server upload required.
Use anchor positioning to perfectly center a popover relative to its anchor. No JavaScript. See the modern approach.
See how `animation‑composition: replace, add, accumulate` works by layering animations on the same property. Understand the spec.
Design a custom focus indicator with outline, offset, and box‑shadow. Preview on interactive elements. Copy the CSS.
Reset native styling on form elements with appearance: none. See before and after. Essential for custom forms.
Place a table caption on top, bottom, or inline‑start/end. See the live change. Copy the code.
Click on a box to set the transform‑origin point and see how rotations and scales change. Copy the CSS.
Set the number of lines and generate the CSS for multi‑line truncation using the standard line‑clamp and fallback. Quick copy.
Enter container width, number of items, gap, and flex‑basis. See the resulting sizes instantly. Plan your flex layout.
Swap between physical and logical properties (margin‑inline vs margin‑left). Live preview with writing‑mode. Internationalize your CSS.
Apply text‑wrap: balance to headings and paragraphs. See the visual difference and copy the CSS. Avoid orphans.
Set up Stylelint rules for your project by selecting extensions (SCSS, order, etc.). Output a valid .stylelintrc.
Visually design a custom :focus‑visible outline style. Copy the CSS. Better than the default.
Design a soft, extruded card with inner and outer shadows. Adjust depth and roundness. Copy the CSS.
Create a frosted glass card with background blur, border glow, and shadow. Adjust intensity. Copy the CSS.
Select emojis and arrange them into a seamless tiling background. Copy the CSS data‑URI or download as image.
Control image‑orientation: from-image vs none. See how the browser interprets EXIF rotation. Fix portrait photos.
Style a drop cap using the initial‑letter property. Set size and sink. Modern alternative to pseudo‑element hacks.
Create glowing, neon‑style text effects with multiple text‑shadows. Adjust colors and intensity. Copy the CSS.
Compare visibility: hidden vs display: none. See how each affects layout and event listeners. Inline code.
Build a CSS media query by selecting feature, operator, and value. Copy the exact syntax for your stylesheet.
Set perspective and rotate children in 3D space. See the effect of perspective‑origin. Copy the CSS. Learn 3D transforms.
Style the <progress> and <meter> elements with cross‑browser CSS. Adjust colors and sizes. Copy the final styles.
Design custom radio buttons and checkboxes using pure CSS. Choose sizes, colors, and animation. Copy the code.
Generate a CSS background that shows a baseline grid. Adjust line‑height and offset. Perfect for aligning text.
Convert an SVG shape into a CSS mask‑image. Transparent regions become masked. Great for custom image crops. Client‑side.
Grid of all 148 named CSS colors. Hover to see detail, click to copy the name or hex. Essential frontend reference.
Create a shadow that appears when a container is scrollable. Pure CSS using background attachments. Copy the style easily.
Design a custom counter style with symbols, range, and speak‑as. Preview ordered lists with your new style. Export the CSS rule.
Understand how !important behaves inside @layer vs unlayered styles. Interactive example. Avoid common pitfalls.
Apply content‑visibility: auto to off‑screen sections and see the rendering cost drop. Demos for infinite scroll optimization.
Apply will‑change to any element and see its effect on compositing. Learn best practices for smooth animations.
Try the experimental masonry layout in CSS Grid (enabled via flag). See how items flow. Copy the code. For cutting‑edge browsers.
Wrap text around an irregular shape and adjust the margin and alpha threshold. Magazines layout on the web.
Build a 3D card flip effect and toggle backface‑visibility. See the hidden back face. Copy the complete CSS.
Change text orientation within vertical writing mode. See mixed, upright, sideways. Useful for CJK layout.
Compare :focus and :focus‑visible styling. See which one applies when using mouse vs. keyboard. Accessible focus management.
Pick a COLRv1 color font and change its palette with font‑palette. Create custom palettes with @font‑palette‑values.
Build a responsive masonry layout using the column‑count property. No JavaScript. Copy the minimal CSS.
Pick a color in the Display‑P3 space and get the CSS color() function. See the difference from sRGB. For modern design.
Float an image and wrap text around a non‑rectangular shape. Adjust shape‑margin. Copy the CSS. For magazine‑style web.
Explore the new two‑value display syntax like `display: block flex`. See what each inner/outer pair does visually.