๐Ÿ”’ 100% Browser-Side ⚡ Zero Server Uploads ๐Ÿ†“ Free Forever

Free Online Tools — No Signup Required

Instant, privacy-first browser utilities for image processing, PDF manipulation, developer tasks, text transformations, calculators, and converters.

Explore Tool Categories

Find the right utility for your workflow across 14 specialized categories

Most Popular Tools

The most frequently bookmarked tools by our users

Why Choose TinyToolzz?

Built from the ground up for radical speed, privacy, and simplicity

Privacy First
Your files never leave your device. All processing occurs 100% locally in your web browser.
Lightning Fast
No server uploads or queues. Execution starts instantly and returns results in milliseconds.
Truly Free
No subscription tiers, daily task limits, or hidden paywalls. 100% free forever for everyone.
Works on Any Device
Fully optimized for smartphones, tablets, laptops, and desktop viewports.
150+ Tools
A complete utility suite for images, PDFs, developer tasks, text, calculators, and converters.
No Dark Patterns
No artificial processing delays, fake progress bars, or deceptive sign-up pop-ups.

Frequently Asked Questions

Everything you need to know about using TinyToolzz

What is TinyToolzz?
TinyToolzz is a browser-based suite of online utilities for images, PDFs, text, developer code, calculators, and unit converters. Every tool runs directly inside your web browser.
Are all tools on TinyToolzz free?
Yes. All tools on TinyToolzz are 100% free with no premium plans, hidden subscriptions, or daily limits.
Do I need to create an account?
No. You never need to sign up, provide an email address, or log in to use any tool on TinyToolzz.
Is my data safe? Do files get uploaded to a server?
Your files and text inputs are completely private. All processing is performed client-side using JavaScript and Web APIs. Zero file data is ever transmitted to external servers.
Do the tools work on mobile devices?
Yes! TinyToolzz is designed mobile-first and works seamlessly across iOS Safari, Android Chrome, mobile browsers, tablets, and desktop computers.

Bookmark TinyToolzz for Later

Hundreds of browser-based online tools, always accessible, fast, and completely free.

Explore All Tools

Border Radius Generator

Shape CSS border radius with sliders for each corner, horizontal and vertical. Watch the live preview update instantly, then copy clean shorthand or download a .css snippet - all processing stays in your browser.

24px
Horizontal radii (X)

Width of each corner curve, 0 to 200px.

24px
24px
24px
24px
Vertical radii (Y) - elliptical

Height of each corner curve. Match X for circular corners, differ for elliptical.

24px
24px
24px
24px
Colors

Fill of the preview box

Stage behind the preview box

Generated CSS
border-radius: 24px;
All corners 24px - uniform circular rounding.
Top-left (X / Y)24px / 24px
Top-right (X / Y)24px / 24px
Bottom-right (X / Y)24px / 24px
Bottom-left (X / Y)24px / 24px
Corner Presets 6 ready-made shapes - click Apply

Technical Specifications

Value ranges and output rules used for every corner.

Specification Details
Corner range 0px to 200px per radius, integers, adjustable by slider or number field
8-point control Four horizontal radii (X) plus four vertical radii (Y): TL, TR, BR, BL
Uniform mode One checkbox links all eight radii; untick for independent corner shaping
Output syntax Optimized shorthand: one value when uniform, slash syntax when X and Y differ
Elliptical form border-radius: TL TR BR BL / TL TR BR BL - second group holds the vertical radii
Presets 6 built-in shapes: Rounded Card, Soft Large, Pill, Leaf, Blob, Sharp Mixed
Processing location 100% client-side JavaScript in your browser memory; nothing is uploaded
Export Copy declaration to clipboard or download a plain .css snippet file
Usage limit None - generate unlimited radii for free, no signup required

Features

8-Point Sliders

Control horizontal and vertical radii per corner for true elliptical shapes, not just uniform rounding.

๐Ÿ”—

Uniform Link Mode

Keep all corners in sync for cards and buttons, then unlink for asymmetric pills, leaves, and blobs.

๐Ÿ“‹

Preset Gallery

Start from six tested shapes - rounded cards, pills, leaves, and blobs - then fine-tune any radius.

๐Ÿ”’

Local Device Privacy

Every calculation runs in your tab with plain JavaScript. Style values never leave your device.

How to Use the Border Radius Generator

  1. Keep Uniform corners ticked for equal rounding, or untick it to shape each corner separately.
  2. Drag the Horizontal (X) sliders for corner width and the Vertical (Y) sliders for corner height.
  3. Change Box and Background colors to preview contrast on light and dark surfaces.
  4. Read the Generated CSS card and check the breakdown rows for each corner's X and Y values.
  5. Click Copy CSS to copy the declaration, Download .css to save a snippet file, or try a Corner Preset below the result.

Understanding CSS Border Radius

The CSS border-radius property rounds the corners of boxes, images, buttons, and cards. In its longest form it accepts four horizontal radii followed by a slash and four vertical radii, one pair per corner in the order top-left, top-right, bottom-right, bottom-left. When the two values of a corner match, the curve is circular; when they differ, it is elliptical.

Shorthand patterns worth knowing

One value rounds all corners equally, two values pair opposite corners, and four values address each corner clockwise from the top-left. The slash form appears only when vertical radii differ from horizontal ones. This generator collapses the output automatically, so uniform designs copy as a single value like 24px while elliptical designs copy the full slash syntax.

Common shapes and when to use them

Cards and dialogs typically use 8 to 24px for a clean modern feel, while pills use half the element height, which this tool approximates with 200px on the preview box. Leaf shapes round two opposite corners and sharpen the other two, and blob shapes mix different X and Y values per corner for organic panels. Combine rounded boxes with soft depth from the Box Shadow Generator to finish cards and modals.

Radius, borders, and overflow

Borders follow the same curve as the box edge, so thick borders look best with slightly larger radii. Backgrounds and images are clipped to the curve automatically, but child content with its own background can poke past the corners unless the parent sets overflow hidden. For fully round avatars, pair equal width and height with a 50 percent radius or the Pill preset here, then style the button itself with the CSS Button Generator.

Honest limitations

Pixel radii do not scale when an element resizes, so a 24px corner on desktop looks proportionally larger on a small phone card; use percentage radii in your own stylesheet for fluid scaling. This tool outputs pixel values up to 200px only and a single border-radius declaration; it does not generate logical properties like border-start-start-radius or per-corner longhand lines.

Privacy and Client-Side Security

Privacy Guarantee: All generation occurs locally inside your browser. Your slider values and colors are never transmitted, stored, or recorded on remote servers.

Many online editors save drafts or track style choices on a server, which is unnecessary for fixed-syntax CSS math. TinyToolzz keeps everything in-page: value clamping, shorthand collapsing, and string building run with plain JavaScript number operations.

Because nothing is uploaded, there is no waiting, no account, and no copy of your design retained anywhere. Your values exist only in the tab's memory and are discarded when you close the page or click Reset.

Frequently Asked Questions

How do I round corners with this generator?
Drag the corner sliders for top-left, top-right, bottom-right, and bottom-left, then copy the CSS from the result card. The preview redraws on every change, so you can see the exact corner shape before pasting the code into your stylesheet.
What is 8-point border radius control?
Each corner has a horizontal radius and a vertical radius, giving eight values in total. When both are equal the corner is circular, when they differ the corner is elliptical. This tool exposes all eight with separate sliders.
How does the uniform corners mode work?
With Uniform corners ticked, every slider moves together so all four corners share one radius, which is ideal for cards and buttons. Untick it to shape each corner independently for pills, leaves, and blob shapes.
Does the output work in all modern browsers?
Yes. The tool outputs standard CSS border-radius syntax supported by Chrome, Edge, Firefox, and Safari. No vendor prefixes are needed for border-radius in current browser versions, so the copied code works as-is.
Is my design sent to a server?
No. All preview rendering and code generation run locally in your browser with JavaScript. Your slider values and colors are never transmitted, stored, or logged anywhere.
Is this border radius generator free to use?
Yes, the TinyToolzz Border Radius Generator is completely free with no signup, no limits, and no downloads. Use the generated CSS in personal and commercial projects.

Related CSS Tools