--- 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: `

"Make it as simple as possible, but not simpler."

Albert Einstein

`. [S1] - Blockquote with extra margin: `

"..."

Albert Einstein

`. [S1] - Giant faded quote mark overlay: `

"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

"Lorem ipsum dolor sit amet..."

``` ## โœ… ๊ฒ€์ฆ ์ƒํƒœ ๋ฐ ์‹ ๋ขฐ๋„ - **์ƒํƒœ:** 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).