.editable {
border: 1px dashed #aaa;
padding: 10px;
min-height: 50px;
cursor: text;
background-color: #fafafa;
}
.editable:focus {
outline: none;
background-color: #e6ffed;
border-color: #4CAF50;
}
Click here to edit this heading
This is an editable paragraph. Try typing in it!