--- id: w3css-intro title: "W3CSS Intro" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["W3.CSS Demo", "Kitchen Sink", "W3.CSS μ†Œκ°œ"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.86 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["w3css", "css-framework", "w3schools", "intro"] raw_sources: ["https://www.w3schools.com/w3css/w3css_intro.asp"] applied_in: [] github_commit: "" --- # [[W3CSS Intro]] ## 🎯 ν•œ 쀄 톡찰 (One-line insight) This "Kitchen Sink" intro page is deliberately a survey, not a tutorial β€” it flashes a tiny live sample of EVERY major W3.CSS feature (colors, containers, panels, cards, grid, flexbox, modals, tabs, animations, etc.) in one scroll, functioning as a visual table of contents that previews what each later chapter will teach in depth. [S1] ## 🧠 핡심 κ°œλ… (Core concepts) - **Purpose** β€” a single-page "kitchen sink" demo giving a bite-sized preview of nearly every W3.CSS component before diving into individual chapters. [S1] - **Core class families previewed** β€” `w3-container`, `w3-panel`, `w3-card`, `w3-table`, `w3-ul`, `w3-button`/`w3-btn`, `w3-tag`/`w3-badge`, `w3-grid`, `w3-flex`, `w3-row`, `w3-display-*`, `w3-modal`, `w3-dropdown`, `w3-bar` (navigation), `w3-animate-*`. [S1] - **w3-grid vs w3-flex distinction (previewed here, detailed later)** β€” grid is two-dimensional (rows AND columns); flex is one-dimensional (rows OR columns). [S1] ## πŸ“– μ„ΈλΆ€ λ‚΄μš© (Details) - Container example: `

This is a Header

`. [S1] - Panel example: `

I am a panel

`. [S1] - Card example: `
Alps

French Alps

`. [S1] - Grid example: `
1
2
3
4
`. [S1] - Flex example: `
1
2
3
`. [S1] ## βš–οΈ λͺ¨μˆœ 및 μ—…λ°μ΄νŠΈ (Contradictions & updates) μ†ŒμŠ€μ—μ„œ λͺ¨μˆœλ˜λŠ” μ •λ³΄λŠ” λ°œκ²¬λ˜μ§€ μ•ŠμŒ. ## πŸ› οΈ 적용 사둀 (Applied in summary) ν˜„μž¬ 발견된 μ‹€μ œ 적용 사둀가 μ—†μŠ΅λ‹ˆλ‹€ β€” 이 νŽ˜μ΄μ§€ μžμ²΄κ°€ W3.CSS 전체 κΈ°λŠ₯의 μΆ•μ†ŒνŒ μ‹œμ—°μ΄λ©°, 각 μ»΄ν¬λ„ŒνŠΈλŠ” 이후 μ±•ν„°μ—μ„œ μƒμ„Ένžˆ 닀뀄진닀. [S1] ## πŸ’» μ½”λ“œ νŒ¨ν„΄ (Code patterns) Grid vs flex, previewed side by side (HTML): ```html
1
2
3
4
1
2
3
``` ## βœ… 검증 μƒνƒœ 및 신뒰도 - **μƒνƒœ:** draft - **검증 단계:** conceptual - **좜처 신뒰도:** B (W3Schools β€” widely used educational reference, not a primary standards body) - **μ‹ λ’° 점수:** 0.86 - **쀑볡 검사 κ²°κ³Ό:** μ‹ κ·œ 생성 (New discovery) ## πŸ”— 지식 κ·Έλž˜ν”„ (Knowledge Graph) - **μƒμœ„/루트:** [[W3.CSS Tutorial]] - **κ΄€λ ¨ κ°œλ…:** [[W3CSS Colors]], [[W3CSS Containers]], [[W3CSS Grid]], [[W3CSS Flexbox]] - **μ°Έμ‘° λ§₯락:** 전체 ν”„λ ˆμž„μ›Œν¬μ˜ μΆ•μ†Œ μ‹œμ—° β€” Colors μ±•ν„°λ‘œ 이어짐. ## πŸ“š 좜처 (Sources) - [S1] W3Schools β€” W3.CSS Demo (Kitchen Sink) β€” https://www.w3schools.com/w3css/w3css_intro.asp ## πŸ“ λ³€κ²½ 이λ ₯ (Change history) - 2026-07-04: Initial draft synthesized from the W3Schools "W3.CSS Demo (Kitchen Sink)" page (Astra wiki-curation, P-Reinforce v3.1 format).