| 12345678910111213141516171819202122232425262728293031323334353637 |
- <style>
- .fancy-editor-wrapper figure {
- padding: 20px;
- }
- .ck-editor {
- max-width: 800px;
- }
- h2.header {
- background: hsl(0, 0%, 90%);
- }
- </style>
- <h2 class="header">Dropdown</h2>
- <div id="editor1">
- <h2>Responsive image (width style: not set, width attribute present on the image)</h2>
- <figure class="image">
- <img alt="Picture of the Warsaw Old Town." src="sample.jpg">
- </figure>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla finibus consequat placerat. Vestibulum id telluset mauris sagittis tincidunt quis id mauris. Curabitur consectetur lectus sit amet tellus mattis, non lobortisleo interdum. </p>
- </div>
- <h2 class="header">Standalone buttons</h2>
- <div id="editor2">
- <h2>Responsive image (width style: not set, width attribute present on the image)</h2>
- <figure class="image">
- <img alt="Picture of the Warsaw Old Town." src="sample.jpg">
- </figure>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla finibus consequat placerat. Vestibulum id telluset mauris sagittis tincidunt quis id mauris. Curabitur consectetur lectus sit amet tellus mattis, non lobortisleo interdum. </p>
- </div>
|