| 12345678910111213141516171819202122232425262728293031 |
- <div class="wrapper">
- <div id="editor">
- <h2>The three greatest things you learn from traveling</h2>
- <p>
- Like all the great things on earth traveling teaches us by example. Here are some of the most precious lessons
- I’ve learned over the years of traveling.
- </p>
- <h3>Appreciation of diversity</h3>
- <p>
- Getting used to an entirely different culture can be challenging. While it’s also nice to learn about
- cultures online or from books, nothing comes close to experiencing cultural diversity in person.
- You learn to appreciate each and every single one of the differences while you become more culturally fluid.
- </p>
- </div>
- </div>
- <style>
- #editor {
- margin: 0 auto;
- max-width: 800px;
- }
- .wrapper {
- padding: 50px 20px;
- }
- .ck-block-toolbar-button {
- transform: translateX( -10px );
- }
- </style>
|