8
0

contextualtoolbar.html 284 B

123456789101112
  1. <div id="editor">
  2. <p><i>This</i> is a <strong>first line</strong> of text.</p>
  3. <p><em>This</em> is a <strong>second line</strong> of text.</p>
  4. <p><em>This</em> is the <strong>end</strong> of text.</p>
  5. </div>
  6. <style>
  7. .ck-editor {
  8. margin: 5em auto;
  9. max-width: 70%;
  10. }
  11. </style>