--- id: w3css-quotes title: "W3CSS Quotes" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["blockquote styling", "Font Awesome quotes", "W3.CSS ์ธ์ฉ๋ฌธ"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.87 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["w3css", "css-framework", "w3schools", "quotes", "blockquote"] raw_sources: ["https://www.w3schools.com/w3css/w3css_quotes.asp"] applied_in: [] github_commit: "" --- # [[W3CSS Quotes]] ## ๐ฏ ํ ์ค ํต์ฐฐ (One-line insight) The native HTML `
` tag ADDS its own left/right margin on top of whatever W3.CSS classes apply โ the source flags this explicitly as a browser default, meaning using `` instead of a `` for quote styling isn't purely stylistic, it changes the actual box model with extra unaccounted-for margin. [S1] ## ๐ง ํต์ฌ ๊ฐ๋ (Core concepts) - **Standard quote recipe** โ `w3-panel w3-leftbar w3-light-grey` + `w3-serif` italic text + attribution line. [S1] - **`` quirk** โ the browser adds its own extra left/right margin, distinct from any ``-based equivalent. [S1] - **HTML symbol entities for quote marks** โ `❝` (โ left double quote), `❞` (โ right double quote), etc., as an alternative to literal ampersand characters. [S1] - **Giant faded quote-mark trick** โ a huge, low-opacity quote symbol placed behind the text via `font-size:150px; line-height:0.6em; opacity:0.2` and a negative `margin-top` pulling the following paragraph up underneath it. [S1] - **Font Awesome integration** โ `` combines an external icon library with W3.CSS size classes. [S1] - **Quotes as cards** โ combining `w3-panel` with `w3-card-4` for a boxed/shadowed quote presentation. [S1] ## ๐ ์ธ๋ถ ๋ด์ฉ (Details) - Standard quote: ``. [S1] - Blockquote with extra margin: ``. [S1] - Giant faded quote mark overlay: `❝"..."
Albert Einstein
"Lorem ipsum..."
`. [S1] - Font Awesome quote icon: ``. [S1] ## โ๏ธ ๋ชจ์ ๋ฐ ์ ๋ฐ์ดํธ (Contradictions & updates) - **blockquote์ ์จ์ ๋ง์ง**: ํ์ค HTML blockquote ํ๊ทธ๊ฐ ๋ธ๋ผ์ฐ์ ๊ธฐ๋ณธ๊ฐ์ผ๋ก ์ถ๊ฐ ์ข์ฐ ๋ง์ง์ ๋ถ์ธ๋ค๋ ์ ์ด ๋ช ์์ ์ผ๋ก ๊ฒฝ๊ณ ๋จ. [S1] ## ๐ ๏ธ ์ ์ฉ ์ฌ๋ก (Applied in summary) ํ์ฌ ๋ฐ๊ฒฌ๋ ์ค์ ์ ์ฉ ์ฌ๋ก๊ฐ ์์ต๋๋ค โ ๊ฑฐ๋ํ ๋ฐํฌ๋ช ๋ฐ์ดํ ๊ธฐํธ๋ฅผ ํ ์คํธ ๋ค์ ๋ฐฐ์นํ๋ ํธ๋ฆญ์ด ์ธ์ฉ๋ฌธ ๋์์ธ์ ๋ํ ์๊ฐ ํจ๊ณผ๋ค. [S1] ## ๐ป ์ฝ๋ ํจํด (Code patterns) Giant faded quote mark behind the text (HTML): ```html❝``` ## โ ๊ฒ์ฆ ์ํ ๋ฐ ์ ๋ขฐ๋ - **์ํ:** draft - **๊ฒ์ฆ ๋จ๊ณ:** conceptual - **์ถ์ฒ ์ ๋ขฐ๋:** B (W3Schools โ widely used educational reference, not a primary standards body) - **์ ๋ขฐ ์ ์:** 0.87 - **์ค๋ณต ๊ฒ์ฌ ๊ฒฐ๊ณผ:** ์ ๊ท ์์ฑ (New discovery) ## ๐ ์ง์ ๊ทธ๋ํ (Knowledge Graph) - **์์/๋ฃจํธ:** [[W3.CSS Tutorial]] - **๊ด๋ จ ๊ฐ๋ :** [[W3CSS Notes]], [[W3CSS Alerts]], [[W3CSS Cards]] - **์ฐธ์กฐ ๋งฅ๋ฝ:** ํจ๋ ์กฐํฉ ๋ ์ํผ ๋ ๋ฒ์งธ โ ์๋ฆผ(Alerts) ์ฑํฐ๋ก ์ด์ด์ง. ## ๐ ์ถ์ฒ (Sources) - [S1] W3Schools โ W3.CSS Quotes โ https://www.w3schools.com/w3css/w3css_quotes.asp ## ๐ ๋ณ๊ฒฝ ์ด๋ ฅ (Change history) - 2026-07-04: Initial draft synthesized from the W3Schools "W3.CSS Quotes" page (Astra wiki-curation, P-Reinforce v3.1 format)."Lorem ipsum dolor sit amet..."