RevealTheme logo

CSS Border Radius 생성기

복잡한 CSS border-radius 값을 시각적으로 만듭니다. 각 모서리를 독립적으로 제어합니다.

border-radius: 20px 20px 20px 20px;

이 도구 사용 방법

  1. 1

    Drag the TL, TR, BR, and BL sliders to set each corner radius in pixels (0 to 100).

  2. 2

    Watch the indigo preview box update live as you change each corner.

  3. 3

    Read the generated border-radius declaration in the code box below the sliders.

  4. 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.

자주 묻는 질문

타원형 반경은 어떤가요?
border-radius는 /로 구분된 모서리당 두 개의 값도 지원하여, 원 대신 타원을 만듭니다. 기본적인 사용에는 모서리당 하나의 값으로 충분합니다.

관련 도구