Offline Notepad View raw

Shared snapshot

Shared note

.notepad { display: none; max-width: 600px; margin: 0 auto; }
.top-bar { text-align: center; color: #886677; margin-bottom: 10px; }
textarea {
  width: 100%; min-height: 400px; padding: 15px; border-radius: 12px;
  border: 2px solid #F0D9E8; font-size: 16px; line-height: 1.6;
  box-sizing: border-box; background: white;
}
.status { text-align: center; color: #448844; margin-top: 10px; min-height: 25px; }