Home / CSS Tips Generated By ChatGPT / Styling Blockquotes for Emphasis in CSS Customize blockquotes for visual emphasis or distinction from other text content. Source Code blockquote { border-left: 4px solid #ccc; margin: 1em 0; padding-left: 1em; font-style: italic; }