So geben Sie die Anzahl der Zeichen in CSS an

p {
  max-width: 75ch;
}
Curious Tom