CSS Border Radius जनरेटर
CSS में जटिल border-radius मान दृश्य रूप से बनाएँ। प्रत्येक कोने का स्वतंत्र नियंत्रण।
border-radius: 20px 20px 20px 20px;
इस टूल का उपयोग कैसे करें
- 1
Drag the TL, TR, BR, and BL sliders to set each corner radius in pixels (0 to 100).
- 2
Watch the indigo preview box update live as you change each corner.
- 3
Read the generated border-radius declaration in the code box below the sliders.
- 4
Click Copy CSS to put the declaration on your clipboard, then paste it into your stylesheet.
CSS Border Radius जनरेटर क्या है?
CSS की border-radius प्रॉपर्टी प्रत्येक कोने के लिए एक, अधिकतम चार मान स्वीकार करती है, इस क्रम में: ऊपरी बाएँ, ऊपरी दाएँ, निचले दाएँ और निचले बाएँ। विभिन्न रेडियस को मिलाकर बूँद जैसी जैविक आकृतियाँ, असममित कार्ड या स्पीच-बबल शैलियाँ बनाएँ। यह टूल आपको स्लाइडर से प्रत्येक कोने को समायोजित करने और परिणाम को रियल टाइम में देखने देता है।
सामान्य उपयोग के मामले
Rounding the corners of a card or panel component and copying the exact pixel value into a stylesheet.
Creating an asymmetric shape, like a chat bubble, by giving one corner a small radius and the others a larger one.
Prototyping a pill or capsule button by pushing all four sliders toward their maximum.
Matching a design spec that calls for different radii on the top corners versus the bottom corners.
Quickly testing how a corner radius looks at different pixel sizes before committing a value to a design system.
Teaching or demonstrating how the four-value border-radius shorthand maps to each corner.
अक्सर पूछे जाने वाले प्रश्न
एलिप्टिकल रेडियस के बारे में क्या?▼
संबंधित टूल
कलर कन्वर्टर (HEX/RGB/HSL)
रंगों को HEX, RGB और HSL फ़ॉर्मेट के बीच बदलें। किसी रंग को विज़ुअल रूप से चुनें या मानों को मैन्युअल रूप से दर्ज करें।
CSS Box Shadow जनरेटर
CSS में box-shadow मान दृश्य रूप से बनाएँ। रियल टाइम में पूर्वावलोकन करें और जनरेट किया गया CSS कॉपी करें।
CSS ग्रेडिएंट जेनरेटर
लीनियर और रेडियल CSS ग्रेडिएंट बनाएँ। रंगों को दृश्यात्मक रूप से चुनें और जेनरेट किया गया CSS कॉपी करें।
Cubic Bezier एक्सेलरेशन कर्व जेनरेटर
CSS के लिए cubic-bezier एक्सेलरेशन (easing) कर्व बनाएँ। मानक प्रीसेट शामिल हैं।
कलर पैलेट जनरेटर
किसी भी बेस रंग से सामंजस्यपूर्ण कलर पैलेट जनरेट करें। कॉम्प्लिमेंटरी, एनालॉगस, ट्रायाडिक और मोनोक्रोमैटिक स्कीम का समर्थन करता है।
CSS Clamp() जनरेटर
clamp() के साथ फ़्लूइड, रेस्पॉन्सिव CSS मान जनरेट करें। viewport रेंज के अनुसार न्यूनतम और अधिकतम आकारों के बीच सहजता से स्केल करें।