--- id: w3css-mobile title: "W3CSS Mobile" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["building a mobile app", "w3-cell-row app layout", "W3.CSS λͺ¨λ°”일 μ•±"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.85 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["w3css", "css-framework", "w3schools", "mobile-app"] raw_sources: ["https://www.w3schools.com/w3css/w3css_mobile.asp"] applied_in: [] github_commit: "" --- # [[W3CSS Mobile]] ## 🎯 ν•œ 쀄 톡찰 (One-line insight) A "mobile app" list layout (avatar + title + description per row) is built from the SAME `w3-cell-row`/`w3-cell` pair covered in the Cells chapter β€” meaning this entire chapter's app UI is really a targeted APPLICATION of two earlier chapters (Cells for row layout, Versions' Pro build for lean file size) rather than introducing any mobile-specific classes. [S1] ## 🧠 핡심 κ°œλ… (Core concepts) - **`w3pro.css` for mobile** β€” explicitly recommended here because its smaller, colorless file size suits performance-sensitive mobile app contexts (direct callback to the Versions chapter). [S1] - **Movie-list layout via cells** β€” `w3-cell-row` containing one `w3-cell` for an avatar image and another `w3-cell w3-container` for title+description, per list item. [S1] - **`w3-circle`** β€” rounds an image into a circle, commonly used for avatar-style app icons. [S1] - **`w3-text-theme`** β€” a theme-aware text color class that adapts automatically when a color theme stylesheet is swapped in. [S1] - **Slide-in side navigation with an avatar header** β€” combines `w3-sidebar`, a colored header block containing a circular avatar, and a close button (`w3-display-topright`), reusing the Sidebar chapter's open/close JS pattern verbatim. [S1] - **Fixed header/nav/footer** β€” `w3-top` on both a `
` and `