Medium: style block quotes
Gives block quotes a clear side line and italics so they stand apart from the rest of the text.
Code to copy
/* Distinct, calm styling for pull quotes */
article blockquote {
border-left: 4px solid #8a8a8a !important;
padding-left: 18px !important;
font-style: italic !important;
opacity: 0.92 !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.