--- id: w3css-round title: "W3CSS Round" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["w3-round", "w3-circle", "W3.CSS 둥근 모서리"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.88 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["w3css", "css-framework", "w3schools", "round", "circle"] raw_sources: ["https://www.w3schools.com/w3css/w3css_round.asp"] applied_in: [] github_commit: "" --- # [[W3CSS Round]] ## 🎯 한 줄 통찰 (One-line insight) `w3-round` and `w3-round-medium` are silent aliases — both apply the exact same 4px border-radius — following the same "plain name = medium tier" pattern already seen in `w3-card`/`w3-card-2`, meaning W3.CSS consistently treats the unqualified class name as shorthand for its own "medium" size variant across multiple class families. [S1] ## 🧠 핵심 개념 (Core concepts) - **Five rounding tiers** — `w3-round-small` (2px), `w3-round`/`w3-round-medium` (4px, aliases), `w3-round-large` (8px), `w3-round-xlarge` (16px), `w3-round-xxlarge` (32px). [S1] - **`w3-circle`** — renders content inside a perfect circle; works on both images and text containers. [S1] - **Nested circles** — a circle can contain another circle (e.g. a smaller red circle centered inside a larger green one) by stacking `w3-circle` on nested elements with different padding/sizing. [S1] ## 📖 세부 내용 (Details) - Basic rounding: `
`. [S1]
- Text inside a circle: `Hello
W3.CSS!
Hello
W3.CSS!