balloontoolbar.html 358 B

12345678910111213
  1. <div id="editor">
  2. <p><em>BalloonToolbar</em> won't show for the first block element.</p>
  3. <p><em>This</em> is a <strong>first line</strong> of text.</p>
  4. <p><em>This</em> is a <strong>second line</strong> of text.</p>
  5. <p><em>This</em> is the <strong>end</strong> of text.</p>
  6. </div>
  7. <style>
  8. .ck-editor {
  9. margin: 5em auto;
  10. max-width: 70%;
  11. }
  12. </style>