Centered Blockquotes
Option 1
This is an example blockquote.
<div style="text-align: center;"> <blockquote style="display: inline-block; width: 200px;">This is an example blockquote.</blockquote> </div>
Option 2
This is an example blockquote.
<div style="text-align: center;"> <blockquote style="display: inline-block; max-width: 450px;"> <p>This is an example blockquote.</p> </blockquote> </div>
Option 3
This is an example blockquote.
<blockquote style="display: table; max-width: 450px; margin: 0 auto;">This is an example blockquote.</blockquote>
Notes
These width settings work aswell:
- width: 50%
- max-width: 450px;