1.html 836 B

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