8
0

placeholder-custom.html 213 B

12345678910
  1. <style>
  2. #snippet-placeholder-custom + .ck.ck-editor .ck-editor__editable > .ck-placeholder::before {
  3. color: #d21714;
  4. font-family: Georgia;
  5. }
  6. </style>
  7. <div id="snippet-placeholder-custom">
  8. <p></p>
  9. </div>